Re: [exim] Malware bounce filtering

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Golovanoff Sergio
Datum:  
To: exim-users
Betreff: Re: [exim] Malware bounce filtering
> I'm finally annoyed enough with the volume of accept-and-bounce malware
> bounces I get to do something about it.


acl_check_data:
....
  deny    message       = Sorry, we don't want to receive mail about your 
viruses from your LAN
   condition     = 
${lookup{$h_subject:}wildlsearch{/etc/exim/checks/obscene_words}{yes}{no}}
...


$cat /etc/exim/checks/obscene_words
^.*virus.*
^.*Dr\.Web report.*
$

It's draft, but it's working.
--
wbr, Golovanoff Sergio
sergio@???