From 3d6c4ebbebd10e6ab6c2e952b07a6eea2f0a5626 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Jul 2011 23:39:53 +0200 Subject: bug-948 removed two more ' ' ... hopefully we now found all occurences --- CommModule/client.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommModule/client.pl b/CommModule/client.pl index 7b417d1..4e09c46 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -670,13 +670,13 @@ sub sendmail($$$$$$$) SysLog "SMTP: ".<$smtp>; print $smtp "HELO hlin.cacert.org\r\n"; SysLog "SMTP: ".<$smtp>; - print $smtp "MAIL FROM: \r\n"; + print $smtp "MAIL FROM:\r\n"; SysLog "MAIL FROM: ".<$smtp>; @bits = split(",", $to); foreach my $user (@bits) { - print $smtp "RCPT TO: <".trim($user).">\r\n"; + print $smtp "RCPT TO:<".trim($user).">\r\n"; SysLog "RCPT TO: ".<$smtp>; } print $smtp "DATA\r\n"; -- cgit v1.2.1