Re: [exim] Malware bounce filtering

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Golovanoff Sergio
日付:  
To: exim-users
題目: 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@???