summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@cacert1.it-sls.de>2011-07-05 23:39:53 +0200
committerroot <root@cacert1.it-sls.de>2011-07-05 23:39:53 +0200
commit3d6c4ebbebd10e6ab6c2e952b07a6eea2f0a5626 (patch)
tree00d06947bcfdf9abd19bdf86230417267e827df3
parent5bdc30d839d3486f917b4798832aa2c217aadc0b (diff)
downloadcacert-devel-bug-948.tar.gz
cacert-devel-bug-948.tar.xz
cacert-devel-bug-948.zip
bug-948 removed two more ' ' ... hopefully we now found all occurencesbug-948
-rwxr-xr-xCommModule/client.pl4
1 files 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: <returns\@cacert.org>\r\n";
+ print $smtp "MAIL FROM:<returns\@cacert.org>\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";