Need to quote "@" in double-quoted perl strings.

This commit is contained in:
terry%mozilla.org 1999-09-23 22:21:30 +00:00
Родитель 89411269e7
Коммит b82209303d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";