summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mail-wrapper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index b56c8a5db..b20a1c53a 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -33,12 +33,12 @@ const char* logident = "Mailman mail-wrapper";
const char *VALID_COMMANDS[] = {
- "post",
- "mailcmd",
- "mailowner",
+ "bounces",
"join",
"leave",
- "bounces",
+ "post",
+ "owner",
+ "request",
NULL /* Sentinel, don't remove */
};