Mike Cardwell wrote:
On 22/01/2010 04:05, Matt Kettler wrote:
Alex, if whitelist_from doesn't work, whitelist_from_rcvd won't either.
That's *more* restrictive, not less.
Rick, if you've been using "users@spamassassin.apache.org" try using
*...@spamassassin.apache.org instead. If you've got envelope FROM headers
added (ie: Return-Path), this should match them. The return-path for
this list is of the general format:
users-return-86375-mkettler_sa=verizon....@spamassassin.apache.org
Don't forget "whitelist_from_spf" and "whitelist_from_dkim". If
SPF/DKIM are available, you're better off using them than
"whitelist_from" or even "whitelist_from_rcvd". Personally I use this
to whitelist all Apache mailing lists, including the SpamAssassin one:
whitelist_from_spf *...@*.apache.org
I see this in the headers of all the messages from this group...
v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoogroups.com; s=lima;
t=1264217926; bh=NprgjkDjsJLd2QWQwGRr0PMcYicrF1nZOOdpX5Xpflo=;
h=Received:Received:X-Yahoo-Newman-Id:Received:Received:Received:DKIM-Signature:Received:Received:X-Sender:X-Apparently-To:X-Received:X-Received:X-Received:X-Received:X-Received:X-Received:X-Received:Message-ID:X-YMail-OSG:X-Received:X-Mailer:To:X-Originating-IP:X-eGroups-Msg-Info:From:X-Yahoo-Profile:X-eGroups-Approved-By:Sender:MIME-Version:Mailing-List:Delivered-To:List-Id:Precedence:List-Unsubscribe:Date:Subject:X-Yahoo-Newman-Property:Content-Type;
b=N+dKX5lx0vNHUqv2hWm+eCfGzHvChL6Jp8XYHO2uq/A+HJUct0oRgnpqlNiIkxXezOHEu6kgqJfR3gmyC5cQaM8oeksq9Lr+d+MQSdOS9n8ezVHIxtCYLHDqfAK2VoeU
and this in the SA report...
-0.0 DKIM_VERIFIED Domain Keys Identified Mail: signature
passes verification
0.0 DKIM_SIGNED Domain Keys Identified Mail: message has a
signature
so I've added
whitelist_from_dkim *...@yahoogroups.com
to my local.cf. It didn't seem to make any difference. I do have dkim
checks enabled. Am I using this incorrectly?
Thanks,
Rick