Your message dated Thu, 07 Mar 2013 18:44:22 +0000 with message-id <[email protected]> and subject line Bug#702270: Removed package(s) from unstable has caused the Debian Bug report #394927, regarding $PAT/Regex for Cyrus 2.2 does not properly to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 394927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394927 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pop-before-smtp Version: all severity: medium See: SF #1583141 Hi, The Cyrus pattern shipped in /etc/pop-before-smtp/pop-before-smtp.conf looks like that: $pat = '^(... .. ..:..:..) \S+ (?:pop3|imap)[ds]?\[\d+\]: ' . 'login: [^[\s]*\s*\[[:f]*(\d+\.\d+\.\d+\.\d+)\] \S+ \S+'; On a Cyrus 2.2 System (Debian Etch) a pop3 login creates a line like that in the mail.log: Oct 23 21:47:27 mx3 cyrus/pop3[11390]: login: my.reverse.xy [192.168.1.1] [email protected] plaintext User logged in Do you spot the problem? I am sure ;) There is the word "cyrus/" missing. I guess that cyrus 2.2 did change behavior. I added an optional non-backreferencing pattern to match it and the line looks the that: $pat = '^(... .. ..:..:..) \S+ (?:cyrus\/)(?:pop3|imap)[ds]?\[\d+\]: ' . 'login: [^[\s]*\s*\[[:f]*(\d+\.\d+\.\d+\.\d+)\] \S+ \S+'; But I am pretty unsure, why the Regex should not match a "User logged in" at the end. The IP should not be auth'ed, if the last words sound like "verification failed: Name or service not known" or "authentication failure: checkpass failed", but the regex might work because it requited the right amount of []. As as I said: IMVHO the pattern should match "User logged in" at the end. Best Regrads, derjohn -- Andreas John net-lab GmbH Luisenstrasse 30b 63067 Offenbach Tel: +49 69 85700331 http://www.net-lab.net
--- End Message ---
--- Begin Message ---Version: 1.41-2+rm Dear submitter, as the package pop-before-smtp has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see http://bugs.debian.org/702270 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---

