Hi,
I use stream_by_domain and like to redirect/move spam for a single
domain to a special recipient/mailbox and collect it there. Any better
code possible?
sub filter_end {
[...]
if ($Domain eq 'mydomain.de' && $hits >= 5) {
foreach $recip (@Recipients) {
delete_recipient($recip);
}
add_recipient('spambox');
}
[...]
Ciao
Marcus
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang