merge in OpenPKG X-Spam-Flag addition
This commit is contained in:
parent
bc42af933b
commit
9b08bfd944
1
hermes.c
1
hermes.c
@ -333,6 +333,7 @@ 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, "X-Spam-Flag:", 12) ||
|
||||
!strncasecmp(currLine, "Keywords:", 11) ||
|
||||
!strncasecmp(currLine, "Summary:", 11) ||
|
||||
!strncasecmp(currLine, "Received:", 9))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user