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.
This commit is contained in:
Peter Simons 2001-02-17 21:37:05 +00:00
parent f77cfb105e
commit ede943e589

View File

@ -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;