Mark Martinec skrev:
> Anders,
[8<]
> - and a warning sent to the recipient about the fact that
> there's a mail in the quarantine,
>
> this is nor particularly useful, especially for spam - why replace
> one junk mail with another junk mail with a need for two actions
> instead of one for the user to verify his suspect mail.
Well, I do want to alert people to actually check their quarantine..
> But if you insist:
> $warnrecip_maps_by_ccat{+CC_SPAM} = 1;
Looking at that, is the syntax similar to final_destiny_by_ccat so I
would be able to set more options, like this?
%warnrecip_maps_by_ccat = (
CC_VIRUS, 1,
CC_BANNED, 1,
);
Or how does it work? I'm definately not at all knowledgeble in Perl
unfortunately.
>
> A better choice may be to let quarantine management software
> collect daily summary of quarantined messages and send that
> to user as a single message.
Yes, that would be very nice, but I haven't seen such a utility yet..
The nearest I've come is MailZu, but haven't seen a posting function in
there.
> - and not pass the mail on until released.
Talking of which, I'm curious about time limits for SQL, when I release
mail from quarantine, they're still in the MySQL DB?
Also, how do I control for how long a quarantined message will stay in
the DB before it gets purged? Even if it's never released.
--
Anders Norrbring
Norrbring Consulting
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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/