[Mimedefang] Re: virus notifications, etc.
    Jeremy Mates 
    jmates at sial.org
       
    Wed Mar 26 03:08:00 EST 2003
    
    
  
* alan premselaar <alien at 12inch.com>
> anyone know of any references for this information? or have any other
> useful suggestions?
Apart from disabling virus notifications, something like the following
would be a start:
if ($VirusName =~ /(?i)klez|bugbear|nimda|hybris|yaha|braid|sobig/) {
  return action_discard();
}
The above list is probably out-of-date; amavisd or similar may maintain
a better list.
    
    
More information about the MIMEDefang
mailing list