summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/mailcmd1
-rwxr-xr-xscripts/request1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mailcmd b/scripts/mailcmd
index 6a8267677..824fd1adf 100755
--- a/scripts/mailcmd
+++ b/scripts/mailcmd
@@ -45,6 +45,7 @@ def main():
try:
s = StringIO(sys.stdin.read())
msg = Message.Message(s)
+ msg.torequest = 1
mlist.ParseMailCommands(msg)
finally:
mlist.Save()
diff --git a/scripts/request b/scripts/request
index 6a8267677..824fd1adf 100755
--- a/scripts/request
+++ b/scripts/request
@@ -45,6 +45,7 @@ def main():
try:
s = StringIO(sys.stdin.read())
msg = Message.Message(s)
+ msg.torequest = 1
mlist.ParseMailCommands(msg)
finally:
mlist.Save()