]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net
authordave%intrec.com <>
Wed, 4 Apr 2001 03:54:53 +0000 (03:54 +0000)
committerdave%intrec.com <>
Wed, 4 Apr 2001 03:54:53 +0000 (03:54 +0000)
processmail

index 88c633140dcc4dcb16111e37f0fb333a74e92ab8..c34b45b1547be0e7552c91446cd8d7d59277f148 100755 (executable)
@@ -684,7 +684,7 @@ sub getEmailAttributes ($@) {
     if ( $commentField =~ /Created an attachment \(/ ) {
         push (@flags, 'Attachments');
     }
-    elsif ( ($commentField ne '') && (scalar(@flags) == 1) && ($flags[0] eq 'Resolved')) {
+    elsif ( ($commentField ne '') && !(scalar(@flags) == 1 && $flags[0] eq 'Resolved')) {
         push (@flags, 'Comments');
     }