Just curious, but in 2.11, spamproxyd requires '[EMAIL PROTECTED]' to
be set, or it won't run ... with it set, all messages triggered as SPAM go
to a central address, which, IMHO, is "A Bad Thing" ...
Has anyone looked at changing:
my $status = $spamtest->check($mail);
if ($status->is_spam ()) {
$status->rewrite_mail ();
$message = join ("",$mail->header(),@{$mail->body()});
@recipients = ("$spamaddr");
$recips = \@recipients;
} else {
$recips = $client->{TO};
}
so that if $spamaddr !set, it uses $client->{TO} instead?
With a mail server running 4000+ mailboxes, I couldn't run spamproxyd,
since there is no way I'd want to weed through all the spam that I know
goes through, I'd rather leave that to the individual receipients to setup
their own filters ...
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk