This commit is contained in:
Jamie Cameron
2021-01-15 23:24:01 -08:00
parent cf0e24220e
commit 695fac9784

View File

@@ -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]) ||