CVS commited dovecot
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Rigel:~/Projects/logwatch_cvs/logwatch/scripts/services mgt$ cvs diff
dovecot
Index: dovecot
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/dovecot,v
retrieving revision 1.12
diff -r1.12 dovecot
136a137
> # Overly general matches in this section -mgt
148c149
< } elsif (($Reason) = ($ThisLine =~ /IMAP.+: Disconnected: (.
+)/) ) {
---
> } elsif (($Reason) = ($ThisLine =~ /IMAP.+: Disconnected: (.+)
(bytes=)?/) ) {
I expect this is the tip of the iceburg.
-Mike