[Logcheck-commits] r1270 - in logcheck/trunk: debian
rulefiles/linux/ignore.d.server
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Thu Oct 19 08:31:28 UTC 2006
Author: madduck
Date: 2006-10-19 08:31:27 +0000 (Thu, 19 Oct 2006)
New Revision: 1270
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/imapproxy
Log:
* ignore.d.server/imapproxy: allow usernames with @ (closes: #373190).
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2006-10-19 08:17:55 UTC (rev 1269)
+++ logcheck/trunk/debian/changelog 2006-10-19 08:31:27 UTC (rev 1270)
@@ -22,8 +22,9 @@
status messages to postfix 2.3 (closes: #376533).
* violations.ignore.d/logcheck-bind: ignoring messages for unexpected
RCODEs; thanks to Ingo Theiss (closes: #378333).
+ * ignore.d.server/imapproxy: allow usernames with @ (closes: #373190).
- -- martin f. krafft <madduck at debian.org> Thu, 19 Oct 2006 10:17:10 +0200
+ -- martin f. krafft <madduck at debian.org> Thu, 19 Oct 2006 10:31:20 +0200
logcheck (1.2.49~unreleased.2) UNRELEASED; urgency=low
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/imapproxy
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/imapproxy 2006-10-19 08:17:55 UTC (rev 1269)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/imapproxy 2006-10-19 08:31:27 UTC (rev 1270)
@@ -1,3 +1,3 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.imapproxyd\[[0-9]+\]: LOGOUT: '"[_[:alnum:]-]+"' from server sd \[[0-9]+\]$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.imapproxyd\[[0-9]+\]: LOGIN: '"[_[:alnum:]-]+"' \([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}:[0-9]+\) on (existing|new) sd \[[0-9]+\]$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.imapproxyd\[[0-9]+\]: LOGOUT: '"[_[:alnum:]-]+(@[-_.[:alnum:]]+)?"' from server sd \[[0-9]+\]$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.imapproxyd\[[0-9]+\]: LOGIN: '"[_[:alnum:]-]+(@[-_.[:alnum:]]+)?"' \([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}:[0-9]+\) on (existing|new) sd \[[0-9]+\]$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.imapproxyd\[[0-9]+\]: Expiring server sd \[[0-9]+\]$
More information about the Logcheck-commits
mailing list