X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pl_mom.py;h=b4e09b090f64e821424b004649c79de9d0e49e8c;hb=bf9f828db4d642ef2dc02adc38aee58827de7784;hp=0c05740a03054332f6e36053277d637e7c4011c5;hpb=7f4bbf5280c7f1dfdce489599f450c65c213ff5c;p=mom.git diff --git a/pl_mom.py b/pl_mom.py index 0c05740..b4e09b0 100644 --- a/pl_mom.py +++ b/pl_mom.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: pl_mom.py,v 1.4 2006/06/02 04:00:00 mlhuang Exp $ +# $Id$ # import os @@ -86,7 +86,7 @@ def removepid(prog): os.unlink("/var/run/%s.pid" % prog) def slicemail(slice, subject, body): - sendmail = os.popen("/usr/sbin/sendmail -t -f%s" % PLC_MAIL_SUPPORT_ADDRESS, "w") + sendmail = os.popen("/usr/sbin/sendmail -N never -t -f%s" % PLC_MAIL_SUPPORT_ADDRESS, "w") # PLC has a separate list for pl_mom messages if PLC_MAIL_SUPPORT_ADDRESS == "support@planet-lab.org":