[SVN] r607 - in /trunk/cyrus-imapd-2.2.13/debian: changelog
logcheck.ignore
logcheck.violations.ignore patches/77-change-missing-sieve-notice.dpatch
debian at incase.de
debian at incase.de
Thu Sep 14 17:37:19 UTC 2006
Author: sven
Date: Thu Sep 14 19:37:10 2006
New Revision: 607
URL: https://mail.incase.de/viewcvs?rev=607&root=cyrus22&view=rev
Log:
Fix the 77* dpatch which turns an IOERROR log message into a WARNING log message, document the addition of the patch in the debian/changelog and add matching logcheck ignore lines
Modified:
trunk/cyrus-imapd-2.2.13/debian/changelog
trunk/cyrus-imapd-2.2.13/debian/logcheck.ignore
trunk/cyrus-imapd-2.2.13/debian/logcheck.violations.ignore
trunk/cyrus-imapd-2.2.13/debian/patches/77-change-missing-sieve-notice.dpatch
Modified: trunk/cyrus-imapd-2.2.13/debian/changelog
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/changelog?rev=607&root=cyrus22&r1=606&r2=607&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/changelog (original)
+++ trunk/cyrus-imapd-2.2.13/debian/changelog Thu Sep 14 19:37:10 2006
@@ -28,6 +28,7 @@
(henrich at samba.gr.jp)
* Update logcheck rules (thanks to Paul Traina <reportbug at st04.pst.org>)
(Closes: #387180)
+ * Add a patch to change a log message when a user has no sieve file.
-- Sven Mueller <sven at debian.org> Thu, 14 Sep 2006 18:58:49 +0200
Modified: trunk/cyrus-imapd-2.2.13/debian/logcheck.ignore
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/logcheck.ignore?rev=607&root=cyrus22&r1=606&r2=607&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/logcheck.ignore (original)
+++ trunk/cyrus-imapd-2.2.13/debian/logcheck.ignore Thu Sep 14 19:37:10 2006
@@ -53,10 +53,11 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/squatter\[[0-9]+\]: (done )?(indexing|skipping) mailbox
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/notifyd\[[0-9]+\]: do_notify using method
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/lmtpunix\[[0-9]+\]: IOERROR: fstating sieve script [/a-zA-Z^]+/defaultbc: No such file or directory
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/lmtpunix\[[0-9]+\]: WARNING: sieve script %s doesn't exist: [/a-zA-Z^]+/defaultbc: No such file or directory
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/sieve\[[0-9]+\]: entered bc_action_emit with filelen: [0-9]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(imaps?|pop3s?)\[[0-9]+\]: no secret in database$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/cyr_expire\[[0-9]+\]: expunged 0 out of 0 messages from 0 mailboxes$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(imaps?|pop3s?)\[[0-9]+\]: Expunged [0-9]+ messages from
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(lmtp|lmtpunix)\[[0-9]+\]: Delivered: <[^>]+> +to mailbox: .*$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ perl: DIGEST-MD5 client step [0-9]$
-
+
Modified: trunk/cyrus-imapd-2.2.13/debian/logcheck.violations.ignore
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/logcheck.violations.ignore?rev=607&root=cyrus22&r1=606&r2=607&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/logcheck.violations.ignore (original)
+++ trunk/cyrus-imapd-2.2.13/debian/logcheck.violations.ignore Thu Sep 14 19:37:10 2006
@@ -1,6 +1,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(lmtp|lmtpunix)\[[0-9]+\]: IOERROR: fstating sieve script [/a-zA-Z^]+/defaultbc: No such file or directory$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/lmtpunix\[[0-9]+\]: WARNING: sieve script %s doesn't exist: [/a-zA-Z^]+/defaultbc: No such file or directory
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(imaps?|pop3s?|lmtp|lmtpunix)\[[0-9]+\]: SQUAT failed to open index file$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(imaps?|pop3s?|lmtp|lmtpunix)\[[0-9]+\]: DBERROR db[34]: [0-9]+ lockers$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/(imaps?|pop3s?)\[[0-9]+\]: (START)?TLS( negotiation)? failed:
-
+
Modified: trunk/cyrus-imapd-2.2.13/debian/patches/77-change-missing-sieve-notice.dpatch
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/patches/77-change-missing-sieve-notice.dpatch?rev=607&root=cyrus22&r1=606&r2=607&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/patches/77-change-missing-sieve-notice.dpatch (original)
+++ trunk/cyrus-imapd-2.2.13/debian/patches/77-change-missing-sieve-notice.dpatch Thu Sep 14 19:37:10 2006
@@ -9,7 +9,15 @@
diff -urNad cyrus-imapd-2.2.13/sieve/script.c /tmp/dpep.ggizfh/cyrus-imapd-2.2.13/sieve/script.c
--- cyrus-imapd-2.2.13/sieve/script.c 2005-03-12 23:09:22.000000000 +0100
+++ /tmp/dpep.ggizfh/cyrus-imapd-2.2.13/sieve/script.c 2006-08-21 23:31:25.979899091 +0200
-@@ -418,7 +418,11 @@
+@@ -37,6 +37,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <assert.h>
++#include <errno.h>
+
+ #include "xmalloc.h"
+
+@@ -418,7 +419,11 @@
if (!fname || !ret) return SIEVE_FAIL;
if (stat(fname, &sbuf) == -1) {
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list