reopen 327088
thanks
also sprach Jamie L. Penman-Smithson <[EMAIL PROTECTED]> [2005.10.12.1346
+0200]:
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (imap|pop3)-login: Login:
> [.[:alnum:[EMAIL PROTECTED] \[(::ffff:)?[:0-9.]+\]$
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (dovecot: )?(imap|pop3)-login:
> Disconnected \[(::ffff:)?[:0-9.]+\]$
You need to include hexadecimals
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (dovecot: )?(imap|
> pop3)\([^[:space:]]+\): File isn't in mbox format: [^[:space:]]+$
Why is this being ignored? Sounds like a real problem...
> # dovecot 1.0
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dovecot: (imap|pop3)-login: Login:
> user=<[.[:alnum:[EMAIL PROTECTED]>, method=(PLAIN|LOGIN|(CRAM|DIGEST)-MD5),
> rip=(::ffff:)?[:.[:digit:]]+, lip=(::ffff:)?[:.[:digit:]]+(, TLS)?$
Again, you are missing hexadecimals. I suggest
[.:[:xdigit:]]+
--
Please do not send copies of list mail to me; I read the list!
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer and author: http://debiansystem.info
`. `'`
`- Debian - when you have better things to do than fixing a system
signature.asc
Description: Digital signature (GPG/PGP)
_______________________________________________ Logcheck-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

