On Fri, 2 Apr 2004, Paul Murphy wrote:
> B. Patch the MIMEDefang code to force all quarantine folders to be
> created with full group access (mode 770), and to set the group to
> something which the web server is a member of, so that full access
> is granted.
There's another option, (D): Add this to filter_end:
if ($QuarantineCount > 0 || $EntireMessageQuarantined) {
my $dir = get_quarantine_dir();
system("chmod -R g+rwX $dir");
}
Regards,
David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang