Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-Audit CPAN distribution.

Report information
The Basics
Id: 461
Status: resolved
Priority: 0/
Queue: Mail-Audit

People
Owner: Nobody in particular
Requestors: jamie [...] cs.dal.ca
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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!