summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi/subscribe2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/subscribe b/cgi/subscribe
index e285bf942..8dfb0b73a 100755
--- a/cgi/subscribe
+++ b/cgi/subscribe
@@ -11,7 +11,7 @@ import mm_utils, maillist, mm_err, mm_message, mm_cfg, htmlformat
try:
sys.stderr = mm_utils.StampedLogger("error", label = 'subscribe',
- manual_reprime=1)
+ manual_reprime=1, nofail=0)
except IOError:
pass # Oh well - SOL on redirect, errors show thru.