limit archive size?
Michael Scheidell
michael.scheidell at secnap.com
Fri Mar 18 15:40:24 CET 2011
On 3/11/11 11:54 AM, Mark Martinec wrote:
> if ($msginfo->msg_size< 1024*1024) {
> Amavis::do_quarantine($conn,$msginfo, undef,
> ['archive-quarantine'], 'sql:');
> }
back on this. I do want to quarantine the whole email if it is
'spam/virus/attachment'. its only in certain circumstances that I want
to limit this to 1M.
and, only on some systems.
so, start with:
my($content) = $msginfo->is_in_contents_category(CC_CLEAN);
if ($content && $msginfo->msg_size < 1024*1024 ) {
also, looks like (in 2.6.4) do_quarantine might have more fields I need
to populate.
my($conn,$msginfo,$hdr_edits_inherited,$recips_ref,
$quarantine_method, at snmp_id) = @_;
--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
ISN: 1259*1300
>*| *SECNAP Network Security Corporation
* Best Intrusion Prevention Product, Networks Product Guide
* Certified SNORT Integrator
* Hot Company Award, World Executive Alliance
* Best in Email Security, 2010 Network Products Guide
* King of Spam Filters, SC Magazine
______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r).
For Information please see http://www.secnap.com/products/spammertrap/
______________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.amavis.org/pipermail/amavis-users/attachments/20110318/cb124ce5/attachment.html>
More information about the amavis-users
mailing list