Re: [exim] Denying spam with forged from

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Patryk Rzadzinski
Ημερομηνία:  
Προς: Exim-users
Αντικείμενο: Re: [exim] Denying spam with forged from
I have adjusted the penalty points for spam in spamassassin and so far they
remove 99% spam or even more, without removing a single valid email, which is
rather good. The only space for improvement now is to get rid of some spam
before acl_check_data, so I tried these

On 2008-11-30 18:49, Dave Pooser wrote:
>   deny    message    = Remote host used IP address in HELO/EHLO greeting
>     !hosts    = +whitelisted
>     condition   = ${if isip {$sender_helo_name}{true}{false}}

>

And also
>
>    deny    message    = Remote host used our name in HELO/EHLO greeting.
>     !hosts    = +whitelisted
>     condition   = ${if match_domain{$sender_helo_name}
> {$primary_hostname:+local_domains:+relay_to_domains}}

>

Without the whitelist hostlists for now, to see how it behaves, however spam
with my hostname in the from field is still being rejected after data - why
would this happen? These conditions look perfectly valid...

--
Regards,

Patryk