qpsmtpd/lib/Qpsmtpd
John Peacock 7cc114edd5 Eliminate the creeping use of warn() in favor of log() and make
more use of the "fd:#" code everywhere.

* lib/Qpsmtpd.pm
    Default log method use '$self->fd()' instead of '$self->{fd}'.
    Include a sub fd() method for inheritance purposes.

* lib/Qpsmtpd/PollServer.pm
    Inherit log() from Qpsmtpd.pm (via SMTP.pm).

* lib/Qpsmtpd/Plugin.pm
    Appropriate code allow plugins to inherit fd().

* plugins/dnsbl
    Use log() instead of warn().

* plugins/logging/adaptive
  plugins/logging/warn
    Include the 'fd:#' to the log line if defined.

* qpsmtpd
    Reorder things slightly so we can use log().

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@589 958fd67b-6ff1-0310-b445-bb7760255be9
2005-12-30 17:03:14 +00:00
..
Address.pm Merge branches/0.3x back to trunk. 2005-12-22 21:30:53 +00:00
Auth.pm Merge branches/0.3x back to trunk. 2005-12-22 21:30:53 +00:00
ConfigServer.pm More of the same. 2005-06-08 22:25:28 +00:00
Connection.pm * plugins/check_relay 2004-09-22 16:01:16 +00:00
Constants.pm MERGE r386:r480 FROM https://svn.perl.org/qpsmtpd/branches/high_perf 2005-07-11 19:10:49 +00:00
Plugin.pm Eliminate the creeping use of warn() in favor of log() and make 2005-12-30 17:03:14 +00:00
PollServer.pm Eliminate the creeping use of warn() in favor of log() and make 2005-12-30 17:03:14 +00:00
Postfix.pm Improve error messages from the Postfix module (Erik I. Bols�, 2004-07-19 11:08:15 +00:00
SMTP.pm Merge branches/0.3x back to trunk. 2005-12-22 21:30:53 +00:00
TcpServer.pm Merge branches/0.3x back to trunk. 2005-12-22 21:30:53 +00:00
Transaction.pm Merge branches/0.3x back to trunk. 2005-12-22 21:30:53 +00:00
Utils.pm add thhe Utils.pm module 2002-09-24 18:53:45 +00:00