You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by J4K <ju...@klunky.co.uk> on 2011/07/01 12:25:18 UTC

60_whitelist_spf.cf - whitelist SPF

   
Hi everyone,

Is 60_whitelist_spf.cf the correct place to whitelist SPF for a sender?
        def_whitelist_from_spf   *.junkemailfilter.com
It looks correct as per
http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Plugin_SPF.txt

Also, I have added their delivery servers to the list of
trusted_networks, because they act as the secondary MX.

Why am I doing this?  trusted_networks because they legitimately deliver
messages.  I read that forwarding the Email will break SPF, so it makes
sense to white-list junkemailfilter.

Am I doing something wise, or about to make a gigantic blunder?

Regards, S

Re: 60_whitelist_spf.cf - whitelist SPF

Posted by Benny Pedersen <me...@junc.org>.
On Fri, 01 Jul 2011 12:25:18 +0200, J4K wrote:

> Am I doing something wise, or about to make a gigantic blunder?

first of all yes you could add it in this file yes, but when you 
upgrade / or sa-update your edits will be lost

so make this file in same place as you have local.cf

2nd, yes if you recieved spf protected mails from a static forwarded 
you need to add this ip as trusted_network

3dr its funny to see junkmailfilter ignore spf so much, and says 
sametime he doing his best job to stop spam :(

properly marketing problems


Re: 60_whitelist_spf.cf - whitelist SPF

Posted by Axb <ax...@gmail.com>.
On 2011-07-01 12:25, J4K wrote:
>
> Hi everyone,
>
> Is 60_whitelist_spf.cf the correct place to whitelist SPF for a sender?
>          def_whitelist_from_spf   *.junkemailfilter.com
> It looks correct as per
> http://spamassassin.apache.org/full/3.3.x/doc/Mail_SpamAssassin_Plugin_SPF.txt
>
> Also, I have added their delivery servers to the list of
> trusted_networks, because they act as the secondary MX.
>
> Why am I doing this?  trusted_networks because they legitimately deliver
> messages.  I read that forwarding the Email will break SPF, so it makes
> sense to white-list junkemailfilter.
>
> Am I doing something wise, or about to make a gigantic blunder?
>
> Regards, S

http://wiki.apache.org/spamassassin/WritingRules

"Where to add them"