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

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to