SF.net SVN: logwatch:[303] trunk/scripts/services/citadel

[email protected] Wed, 6 Jan 2016 19:08:05 +0000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 303
          http://sourceforge.net/p/logwatch/code/303
Author:   stefjakobs
Date:     2016-01-06 19:08:05 +0000 (Wed, 06 Jan 2016)
Log Message:
-----------
citadel: fix typo (thanks: Willi Mann)

Modified Paths:
--------------
    trunk/scripts/services/citadel

Modified: trunk/scripts/services/citadel
===================================================================
--- trunk/scripts/services/citadel	2015-12-18 22:43:15 UTC (rev 302)
+++ trunk/scripts/services/citadel	2016-01-06 19:08:05 UTC (rev 303)
@@ -278,7 +278,7 @@
 
    ### Sessions ###
    elsif ( ($ThisLine =~ /^\[[ \d]+\] Session ended/) ||
-           ($ThisLine =~ /^\Context: \[[ \d]+\]SRV\[(?:citadel-(?:TCP|UDS)|CitNetworker|rssclient|POP1aggr|POP3|POP3S|DICT_TCP|IMAP|IMAPS|LMTP|SMTP_Send|SMTP-MSA)\] Session ended/) ||
+           ($ThisLine =~ /^Context: \[[ \d]+\]SRV\[(?:citadel-(?:TCP|UDS)|CitNetworker|rssclient|POP1aggr|POP3|POP3S|DICT_TCP|IMAP|IMAPS|LMTP|SMTP_Send|SMTP-MSA)\] Session ended/) ||
            ($ThisLine =~ /^C(?:itadel c)?lient disconnected: ending session\.$/) ||
            ($ThisLine =~ /^New client socket \d+$/) ||
            ($ThisLine =~ /^Terminated \d+ idle sessions$/) ||

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------