qpsmtpd/lib/Qpsmtpd
Matt Simerson 3d7d43e0af split is_immune into itself + is_naughty
is_immune tests designates to plugins they should always skip processing.

That's typical for naughty connections, but this change provides the ability to handly naughty connections differently than (whitelisted/relayclients/known good) senders.
2013-04-24 00:23:24 -04:00
..
Plugin/Async initial import - based on my qpsmtpd fork 2012-06-22 05:38:01 -04:00
Postfix find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
SMTP find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
TcpServer find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Address.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Auth.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Command.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
ConfigServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Connection.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Constants.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
DSN.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Plugin.pm split is_immune into itself + is_naughty 2013-04-24 00:23:24 -04:00
PollServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Postfix.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
SMTP.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
TcpServer.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Transaction.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00
Utils.pm find . -name '*.pm' -exec perltidy -b {} \; 2013-04-21 00:08:43 -04:00