/[smeserver]/rpms/smeserver-qpsmtpd/sme7/smeserver-qpsmtpd-1.2.1-rblsbl.patch3
ViewVC logotype

Annotation of /rpms/smeserver-qpsmtpd/sme7/smeserver-qpsmtpd-1.2.1-rblsbl.patch3

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


Revision 1.1 - (hide annotations) (download)
Thu Apr 17 19:44:57 2008 UTC (16 years, 1 month ago) by bytegw
Branch: MAIN
CVS Tags: smeserver-qpsmtpd-1_2_1-55_el4_sme, smeserver-qpsmtpd-1_2_1-56_el4_sme, smeserver-qpsmtpd-1_2_1-54_el4_sme, smeserver-qpsmtpd-1_2_1-57_el4_sme
Updates

1 bytegw 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-qpsmtpd-1.2.1/root/etc/e-smith/db/configuration/migrate/20ordb.org mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/db/configuration/migrate/20ordb.org
2     --- smeserver-qpsmtpd-1.2.1/root/etc/e-smith/db/configuration/migrate/20ordb.org 2008-04-17 20:54:59.000000000 +0100
3     +++ mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/db/configuration/migrate/20ordb.org 2008-04-17 20:53:47.000000000 +0100
4     @@ -3,6 +3,6 @@
5     return unless $qpsmtpd;
6     return unless $qpsmtpd->prop('RBLList');
7    
8     - @rbl = grep { ! /ordb.org/ } split /[,:]/, $qpsmtpd->prop('RBLList');
9     + @rbl = grep { !/ordb.org$/ && !/ordb.net$/ } split /[,:]/, $qpsmtpd->prop('RBLList');
10     $qpsmtpd->set_prop('RBLList', join ':', @rbl);
11     }

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