Gerd,
> I'm trying to tell amavisd-new 2.6.4 to put messages containing an
> unchecked part into the banned quarantine. The idea is that these messages
> should not be passed on to the recipient, but that an administrator has to
> check them first. This is already done for the banned-quarantine so it
> would be convenient to just handle these messages the same way.
>
> This is what I added to the config:
>
> $final_destiny_by_ccat{+CC_UNCHECKED} = D_DISCARD;
> $quarantine_to_maps_by_ccat{+CC_UNCHECKED} = ['banned-quarantine'];
>
> The first part is working: the messages are not passed on. But they do not
> show up in the quarantine.
Probably what is missing is the:
$quarantine_method_by_ccat{+CC_UNCHECKED} = $banned_files_quarantine_method;
Mark
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/