1 |
diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.96/lib/Qpsmtpd/Plugin.pm mezzanine_patched_qpsmtpd-0.96/lib/Qpsmtpd/Plugin.pm |
2 |
--- qpsmtpd-0.96/lib/Qpsmtpd/Plugin.pm 2016-04-25 18:16:52.626824508 +0200 |
3 |
+++ mezzanine_patched_qpsmtpd-0.96/lib/Qpsmtpd/Plugin.pm 2016-04-25 18:16:24.785825492 +0200 |
4 |
@@ -228,7 +228,7 @@ |
5 |
# the naughty plugin will reject later |
6 |
if ($reject eq 'naughty') { |
7 |
$self->log(LOGINFO, "fail, NAUGHTY" . $log_mess); |
8 |
- return $self->store_deferred_reject($smtp_mess); |
9 |
+ return $self->store_deferred_reject('(' . $self->plugin_name . ') ' . $smtp_mess); |
10 |
} |
11 |
|
12 |
# they asked for reject, we give them reject |