X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2Fnag.pl;h=7485e7fac7e65ea2b65680824f5df21eb081b8e1;hb=ae4640876d3db35a5b482ca1fea8dd7762c295b0;hp=e3f0fd589d95e52babd342683898fb575f04771b;hpb=c6cd0412521f62cafcbbfb7bed800db7e0bc131f;p=clearscm.git diff --git a/bin/nag.pl b/bin/nag.pl index e3f0fd5..7485e7f 100755 --- a/bin/nag.pl +++ b/bin/nag.pl @@ -197,11 +197,12 @@ while (<$nagsIn>) { or error "Unable to open message file $msgfile - $!", 1; mail ( - to => $email, - subject => $subject, - mode => 'html', - data => $msg, - footing => $footing, + to => $email, + subject => $subject, + mode => 'html', + data => $msg, + footing => $footing, + randomizeFrom => 1, ); close $msg