зеркало из https://github.com/mozilla/gecko-dev.git
Need to quote "@" in double-quoted perl strings.
This commit is contained in:
Родитель
89411269e7
Коммит
b82209303d
|
@ -280,7 +280,7 @@ sub mail_notification {
|
|||
get_response_code(220);
|
||||
print S "EHLO $hostname\n";
|
||||
get_response_code(250);
|
||||
print S "MAIL FROM: bonsai-daemon@$hostname\n";
|
||||
print S "MAIL FROM: bonsai-daemon\@$hostname\n";
|
||||
get_response_code(250);
|
||||
foreach $i (@mailto) {
|
||||
print S "RCPT TO: $i\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче