mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add auto-submitted header to autoreplies https://sourceforge.net/p/webadmin/usermin-bugs/488/
This commit is contained in:
@@ -104,6 +104,7 @@ $rheader{'X-Webmin-Autoreply'} = 1;
|
||||
$rheader{'X-Originally-To'} = $header{'to'};
|
||||
chop($host = `hostname`);
|
||||
$rheader{'Message-Id'} = "<".time().".".$$."\@".$host.">";
|
||||
$rheader{'Auto-Submitted'} = 'auto-replied';
|
||||
|
||||
# read the autoreply file (or alternate)
|
||||
if (open(AUTO, "<".$ARGV[0]) ||
|
||||
|
||||
Reference in New Issue
Block a user