with final_virus_destiny=D_DISCARD, message is still quarantined WITH payload. how to prevent, and delete?

Mark Martinec Mark.Martinec+amavis at ijs.si
Sat Apr 14 01:20:04 CEST 2012


locuse,

> when a virus-payload-containing message is received/detected at my
> server, i want to:
>     (1) discard/delete the virus message & payload
>     (3) have NO notice sent to either intended recipient or sender

$final_virus_destiny = D_DISCARD;

>     (2) have ONE notification of the virus detection/discard,
>     sent to my server 'admin' account

$virus_admin = 'virusalert at example.com';

>     (4) NOT have the virus payload archived/stored anywhere on my
>     server. i just want it deleted, immediately and quietly.

$virus_quarantine_to = undef;


> is it possible, currently, to convince existing amavis to BOTH
> 	(1) detach/discard the virus payload, and not store it
> 	(2) still send a detailed notification message to the virus
> 	quarantine address

Virus quarantine address? Not admin notification?

$final_virus_destiny = D_DISCARD;
$virus_quarantine_to = 'quarantine at example.com';


  Mark


More information about the amavis-users mailing list