OSSP CVS Repository

ossp - Check-in [388]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 388
Date: 2001-Feb-17 22:37:05 (local)
2001-Feb-17 21:37:05 (UTC)
User:simons
Branch:
Comment: 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.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/hermes.c      1.19 -> 1.20     3 inserted, 1 deleted

ossp-pkg/petidomo/hermes.c 1.19 -> 1.20

--- hermes.c     2001/02/12 20:44:13     1.19
+++ hermes.c     2001/02/17 21:37:05     1.20
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/hermes.c,v $
-   $Revision: 1.19 $
+   $Revision: 1.20 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
@@ -312,6 +312,8 @@
             !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;

CVSTrac 2.0.1