/[smeserver]/rpms/qpsmtpd/sme9/qpsmtpd-0.96-store_original_plugin_name.patch
ViewVC logotype

Annotation of /rpms/qpsmtpd/sme9/qpsmtpd-0.96-store_original_plugin_name.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri May 6 19:58:08 2016 UTC (8 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: qpsmtpd-0_96-5_el6_sme, qpsmtpd-0_96-1_el6_sme, qpsmtpd-0_96-6_el6_sme, qpsmtpd-0_96-8_el6_sme, qpsmtpd-0_96-7_el6_sme, qpsmtpd-0_96-2_el6_sme, qpsmtpd-0_96-4_el6_sme, qpsmtpd-0_96-3_el6_sme, qpsmtpd-0_96-10_el6_sme, qpsmtpd-0_96-11_el6_sme, qpsmtpd-0_96-9_el6_sme, HEAD
Update to 0.96

1 vip-ire 1.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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed