/[smeserver]/rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd-1.2.1-rblsbl.patch2
ViewVC logotype

Contents of /rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd-1.2.1-rblsbl.patch2

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 15:06:54 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -ru 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 2007-08-03 14:14:04.000000000 -0400
3 +++ mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/db/configuration/migrate/20ordb.org 2007-08-03 14:14:50.000000000 -0400
4 @@ -1,6 +1,7 @@
5 {
6 $qpsmtpd = $DB->get('qpsmtpd');
7 return unless $qpsmtpd;
8 + return unless $qpsmtpd->prop('RBLList');
9
10 @rbl = grep { ! /ordb.org/ } split /[,:]/, $qpsmtpd->prop('RBLList');
11 $qpsmtpd->set_prop('RBLList', join ':', @rbl);

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