fixed 660833 7.4.0+svn20110808rev66-1 thanks Hi!
/usr/share/logwatch/scripts/services/barracuda contains a wrong regex on line
209:
209 } elsif ( $ThisLine =~ /\s[RECV|SCAN|SEND]\s/) {
should be
209 } elsif ( $ThisLine =~ /\s(RECV|SCAN|SEND)\s/) {
This bug is fixed in testing, marking accordingly. WM -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

