On Wed, 24 Sep 2003 at 11:10:18 -0300, Thiago Lima  wrote:
> 
>       I'm using clam + amavis-new in my postfix mail system and I'm

You probably mean amavisd-new, not amavis-new. Disclaimer: I'm going to
write about my amavisd-new config. Don't know about amavis-new.

> very happy with it. It's a very good software.

Agreed.

>       Amavis-new has a configuration parameter that specifies what
> viruses fake envelope senders address and so amavis should not send an
> warning msg about the delivery failure of the original mail message to
> the original sender.
> 
>       Currently I'm using the following line : 
> 
> $viruses_that_fake_sender_re =
> new_RE(qr'gibe|nimda|hybris|klez|bugbear|yaha|braid|sobig|fizzer|palyh|p
> eido|holar'i );
> 
>       I'm wondering if someone uses it in the same way, and has some
> viruses to add in my $viruses_that_fake_sender?

I use:

$viruses_that_fake_sender_re = new_RE(
  qr'nimda|hybris|klez|bugbear|yaha|braid|sobig|fizzer|palyh|peido|holar'i,
  qr'tanatos|lentin|bridex|mimail|trojan\.dropper|dumaru|gibe\.f'i,
);

-- 
 Tomasz Papszun   SysAdm @ TP S.A. Lodz, Poland  | And it's only
 [EMAIL PROTECTED]   http://www.lodz.tpsa.pl/   | ones and zeros.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to