I've just installed a small filter using Bruce Guenter's qmail-qfilter
package. I have a print statement or 2 when i reject a message:
# from header filter(s) (sexyfun easy to spot here)
} elsif (/^From:/) {
if (/haha\@sexyfun/io) {
print "mail refused, suspected Hybris (aka, Snow White) virus:";
print " http://vil.nai.com/vil/virusSummary.asp?virus_k=98873\n";
exit(31);
}
}
However, the line above doesn't show in the qmail logs anywhere, nor
does it get echoed to the sending server. Did I miss something? Any way
to log it short of using syslog calls?
Thanks,
jon