summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorviega1998-05-29 00:00:16 +0000
committerviega1998-05-29 00:00:16 +0000
commitd48754869a613f9700e627ac09786763b3f1a9e6 (patch)
tree8d67ae0fd8461008a4e11a5c603937887d9d1ac4
parent3c7d30fc99c817641b303547c08a4856b3192b94 (diff)
downloadmailman-d48754869a613f9700e627ac09786763b3f1a9e6.tar.gz
mailman-d48754869a613f9700e627ac09786763b3f1a9e6.tar.zst
mailman-d48754869a613f9700e627ac09786763b3f1a9e6.zip
Just removed a setting of SENDMAIL_CMD I overlooked.
-rw-r--r--mail/dumb_deliver1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/dumb_deliver b/mail/dumb_deliver
index 02cf90ef9..73bd0177b 100644
--- a/mail/dumb_deliver
+++ b/mail/dumb_deliver
@@ -16,7 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-SENDMAIL_CMD = '/usr/sbin/sendmail -f %s %s'
import os
if not os.fork():