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 |
|
|
} |