From ede943e589a6e328e09931b8192c0595d1a6afa9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Feb 2001 21:37:05 +0000 Subject: [PATCH] Petidomo will now let the "keywords:" and "summary:" headers pass when posting to a list. These headers are uncommon but have been around for ages. --- hermes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hermes.c b/hermes.c index 48dc393..15da928 100644 --- a/hermes.c +++ b/hermes.c @@ -312,6 +312,8 @@ void hermes_main(char * incoming_mail, const char * listname) !strncasecmp(currLine, "In-Reply-To:", 12) || !strncasecmp(currLine, "References:", 11) || !strncasecmp(currLine, "Message-Id:", 11) || + !strncasecmp(currLine, "Keywords:", 11) || + !strncasecmp(currLine, "Summary:", 11) || !strncasecmp(currLine, "Received:", 9)) { len = nextLine - currLine;