/[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.2 - (show annotations) (download)
Fri Dec 28 03:24:07 2007 UTC (16 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package e-smith-email-4.17.0-3.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