summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-02-14 17:25:12 +0000
committerbwarsaw2002-02-14 17:25:12 +0000
commit6f5d22c3e07189267b4170905a5b137329a5cf3c (patch)
tree3edc4aa2cc6d6e6b0540d551dff1ba1ae2270952
parent13518089f3d832000a4369b074bba01f65cc1cb4 (diff)
downloadmailman-6f5d22c3e07189267b4170905a5b137329a5cf3c.tar.gz
mailman-6f5d22c3e07189267b4170905a5b137329a5cf3c.tar.zst
mailman-6f5d22c3e07189267b4170905a5b137329a5cf3c.zip
VALID_COMMANDS: To make life easier, we'll include `admin' as a valid
mail program. The installation procedure will copy the bounces script to the admin script. This is for backwards compatibility.
Diffstat (limited to '')
-rw-r--r--src/mail-wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index b20a1c53a..5c35b6c11 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -33,6 +33,7 @@ const char* logident = "Mailman mail-wrapper";
const char *VALID_COMMANDS[] = {
+ "admin",
"bounces",
"join",
"leave",