On Fri, 2006-08-25 at 19:35 +0200, Sven Mueller wrote: > Ross Boylan wrote on 24/08/2006 20:58: > > While I'm at it, here are 2 more messages that probably should be > > screened out (each was originally a single line): > > > > Aug 23 16:56:08 iron cyrus/imap[15676]: OTP unavailable because can't > > read/write key database /etc/opiekeys: No such file or directory > > You could actually get rid of that one if you tell sasl not to use OTP > for cyrus-imapd (be it imap, pop3 or possibly even news). Just list an > explicit mech_list and don't list "otp" in there. Thanks. I thought there should be a way. > > I other words: I don't think we should mask that message. Agreed. > > > Aug 23 16:57:32 iron cyrus/imap[15676]: Expunged 2 messages from > > user.ross > > this one probably should get masked. However I currently don't have the > time to work out a regexp matching the full line. And especially not the > time to work out full-line-matching regexps for all the other ignore > clauses. Here's the pattern I used; it seems to work (one line in original): ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cyrus/imap\[[0-9]+\]: Expunged [0-9]+ messages? from [.[:alnum:]]+$
I'm not sure if those are exactly the right patterns for the general case. I don't know if it ever says "message" (singular). Ross -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]