CVS: tmda-cgi CgiUtil.py,1.19,1.20
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv10932
Modified Files:
CgiUtil.py
Log Message:
Minor bugfix in SpamCop reporter.
Index: CgiUtil.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/CgiUtil.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- CgiUtil.py 21 May 2003 05:09:30 -0000 1.19
+++ CgiUtil.py 22 May 2003 02:48:06 -0000 1.20
@@ -150,7 +150,7 @@
"Report a given message to SpamCop."
if PVars[("NoOverride", "Sendmail")]:
- Sendmail = "-s %s" % PVars[("NoOverride", "Sendmail")]
+ Sendmail = "-s %s " % PVars[("NoOverride", "Sendmail")]
else:
Sendmail = ""
Command = "%s reporter.py %s%s" % (sys.executable, Sendmail,
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs