/[smeserver]/rpms/e-smith-email/sme7/e-smith-email-4.16.0-relay_ehlo.patch2
ViewVC logotype

Contents of /rpms/e-smith-email/sme7/e-smith-email-4.16.0-relay_ehlo.patch2

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:27:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-email-4_16_0-23_el4_sme, e-smith-email-4_16_0-20_el4_sme, e-smith-email-4_16_0-25_el4_sme, e-smith-email-4_16_0-22_el4_sme, e-smith-email-4_16_0-24_el4_sme, e-smith-email-4_16_0-21_el4_sme
Branch point for: e-smith-email-4_16-tree
Import on branch sme7 of package e-smith-email-4.16.0-20.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.16.0/root/usr/local/sbin/smtp-auth-proxy.pl mezzanine_patched_e-smith-email-4.16.0/root/usr/local/sbin/smtp-auth-proxy.pl
2 --- e-smith-email-4.16.0/root/usr/local/sbin/smtp-auth-proxy.pl 2006-05-15 18:21:21.343529156 +1000
3 +++ mezzanine_patched_e-smith-email-4.16.0/root/usr/local/sbin/smtp-auth-proxy.pl 2006-05-15 18:21:08.113827725 +1000
4 @@ -100,7 +100,7 @@
5
6 my $discard = <STDIN>; # Swallow EHLO
7 while (my $msg = shift @ehlo) {
8 - my $sep = (@messages?"-":" ");
9 + my $sep = (@ehlo ? "-" : " ");
10 print "250$sep$msg";
11 }
12

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