John Peacock wrote:
You did know that you can use Qpsmtpd::Constants values in config files, didn't you?
Actually, you can't. :-( It just so happened that the sane defaults I chose when testing logging/adaptive happened to be the same as what I put in config/logging, so it just appeared to be working. I'm revamping Qpsmtpd::Constants anyways so that it is possible to take 901 and know that means DENY.
John
But we can take qp constants in plugins.
$returning_decline ? $log = LOGDEBUG : $log = LOGERROR ;
-Bob Dodds