>
> Perlscanner is blocking all those illegal attachments. It send emails to
> root and the sender. But i would like it a email to the recipent too. Is
> there a way to do it?

./configure --help is your friend.  It will show you all of the options with
one being the ability to notify recips.   Or modify qmail-scanner-queue.pl
by hand.  Change:

my $NOTIFY_ADDRS='admin,sender';

to:
my $NOTIFY_ADDRS='admin,sender,recips';


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to