Parent Directory | Revision Log | Revision Graph
Import on branch sme8 of package e-smith-email-4.17.0-3.el5.sme.src.rpm
1 | slords | 1.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 |