X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?p=modbot-ulm.git;a=blobdiff_plain;f=stump%2Fbin%2Fsubmission.pl;h=8a18853d8d073e73271cfeeb7cf4943705d2c5af;hp=7ad6563b864ac675f8d55fd74e9221e4f8994a8b;hb=9e78ee976de4b363f48ad1c1042cfddd991b96f5;hpb=50f7a6d1273b2e28a0967685663d8f62d43f3a7b diff --git a/stump/bin/submission.pl b/stump/bin/submission.pl index 7ad6563..8a18853 100755 --- a/stump/bin/submission.pl +++ b/stump/bin/submission.pl @@ -276,6 +276,9 @@ sub ignoreHeader { return 1 if( $header =~ /^Sender:/i ); return 1 if( $header =~ /^In-Reply-To:/i ); return 1 if( $header =~ /^Originator:/i ); + return 1 if( $header =~ /^X-Trace:/i ); + return 1 if( $header =~ /^X-Complaints-To:/i ); + return 1 if( $header =~ /^NNTP-Posting-Date:/i ); return 0; }