Azfar wrote:
> I want to send virus DSN to sender
Bad idea because senders are nearly always faked. You will
be spamming
innocent victims with confusing and alarming bounces. You
may end up
getting blacklisted for doing so.
However, to do so:
$final_virus_destiny = D_BOUNCE;
and maybe (have not tried it):
viruses_that_fake_sender_maps = (0);
or something like:
viruses_that_fake_sender_maps = (new_RE(
qr'nimda|hybris|klez|bugbear|yaha|braid|sobig|fizzer|palyh|p
eido|holar'i,
qr'tanatos|lentin|bridex|mimail|trojan.dropper|dumaru|parit
e|spaces'i,
qr'dloader|galil|gibe|swen|netwatch|bics|sbrowse|sober|rox|v
al(hal)?la'i,
qr'frethem|sircam|be?agle|tanx|mydoom|novarg|shimg|netsky|so
mefool|moodown'i,
qr' mm| MM', # mass mailing viruses as labeled by f-prot
and uvscan
qr'Worm'i, # worms as labeled by ClamAV, Kaspersky,
etc
));
> and recipients
$warnvirusrecip = 1;
> by virusalert mydomain.com address.
> Where do I set it.
> Where do i find default virus, spam and other DSN
templates. I want to edit
> them and can I send html DSN instead of plain text
I don't know why you would want to use html. I also am not
sure it
will be easy to transform them in that way.
See:
http://www.ijs.si/software/amavisd/README.customize.txt
a>
Since you used my HOWTO, the templates are in
/etc/amavis/en_US
You can enable them by uncommenting:
# read_l10n_templates('en_US', '/etc/amavis');
Gary V
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|