Subject: | how I made reject() send messages back |
Mail-Audit-1.90
$ perl -v
perl, v5.6.1 built for sun4-solaris
$ uname -a
SunOS ... 5.7 Generic_... sun4u sparc SUNW,Ultra-2
Thanks very very much for Mail::Audit. I get nearly 10000 messages a day and (thanks to your package) I only see 0.3% (or fewer) of them.
Our mail software will only pass a message back from a filter if the exit code is 77, but (in version 1.90) Mail::Audit's REJECT constant is 100.
I fixed this by changing the constant, but I think it would be better as a subroutine param or something that could be configured during installation.
Thanks again!