[Mimedefang] all_spam_to question
Fred Felgenhauer
fred at fredf.com
Sat Jan 24 13:39:33 EST 2004
filter recipient should read in working form, I was testing something,
sorry.
sub filter_recipient {
my ($recipient, $sender, $ip, $hostname, $first, $helo, $rcpt_mailer,
$rcpt_host, $rcpt_addr) = @_;
#md_syslog('warning',"$recipient found in filter_recpient Sender is
$sender\n");
# if ( $recipient =~ /<xxx\@xxxx.com>/ ) {
# return('ACCEPT_AND_NO_MORE_FILTERING', "ok");
# } else {
# return('CONTINUE', "ok");
# }
return ('CONTINUE', 'ok');
}
More information about the MIMEDefang
mailing list