/[smeserver]/rpms/smeserver-qpsmtpd/sme7/smeserver-qpsmtpd-1.2.1-badrcptto-hosts.patch
ViewVC logotype

Annotation of /rpms/smeserver-qpsmtpd/sme7/smeserver-qpsmtpd-1.2.1-badrcptto-hosts.patch

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


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

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/00setup mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/00setup
2     --- smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/00setup 2005-04-21 13:19:07.000000000 +1000
3     +++ mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/00setup 2006-07-27 17:43:28.652016435 +1000
4     @@ -1,11 +1,9 @@
5     {
6     require esmith::AccountsDB;
7     require esmith::DomainsDB;
8     - require esmith::HostsDB;
9    
10     %Accounts = esmith::AccountsDB->as_hash;
11     %Domains = esmith::DomainsDB->as_hash;
12     - %Hosts = esmith::HostsDB->as_hash;
13    
14     "";
15     }
16     diff -Nur -x '*.orig' -x '*.rej' smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/10blockVisibleInternal mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/10blockVisibleInternal
17     --- smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/10blockVisibleInternal 2005-04-21 13:19:07.000000000 +1000
18     +++ mezzanine_patched_smeserver-qpsmtpd-1.2.1/root/etc/e-smith/templates/var/qmail/control/badrcptto/10blockVisibleInternal 2006-07-27 17:42:54.178871408 +1000
19     @@ -12,11 +12,5 @@
20     next unless $Domains{$domain}{type} eq "domain";
21     $OUT .= "$account\@$domain\n";
22     }
23     -
24     - foreach my $host ( keys %Hosts )
25     - {
26     - next unless $Hosts{$host}{type} eq "host";
27     - $OUT .= "$account\@$host\n";
28     - }
29     }
30     }

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