Package: postgrey
Version: 1.31-2
Severity: minor
Tags: patch

Hello!
  Every now and then I get emails from logcheck showing me the postgrey
action= lines.  I've had a look at those specific lines that get through
and the problem is the mailid is larger than 9 characters.  A really
dead simple and trivial patch is below which is for the logcheck files:

6c6
< ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?:( [0-9A-F]{7,9}:)? 
action=.+, reason=.+,( delay=.+,)? client_name=.+, client_address=.+,( 
sender=.*,)? recipient=.+
---
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?:( [0-9A-F]+:)? 
> action=.+, reason=.+,( delay=.+,)? client_name=.+, client_address=.+,( 
> sender=.*,)? recipient=.+


All I did was change the {7,9} to +

 - Craig

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgrey depends on:
ii  adduser                       3.107      add and remove users and groups
ii  libberkeleydb-perl            0.34-1+b1  use Berkeley DB 4 databases from P
ii  libnet-dns-perl               0.63-1+b1  Perform DNS queries from a Perl sc
ii  libnet-server-perl            0.97-1     An extensible, general perl server
ii  perl                          5.10.0-9.1 Larry Wall's Practical Extraction 
ii  ucf                           3.006      Update Configuration File: preserv

Versions of packages postgrey recommends:
ii  libdigest-sha1-perl           2.11-2+b1  NIST SHA-1 message digest algorith
ii  libnet-rblclient-perl         0.5-2      Queries multiple Realtime Blackhol
ii  libparse-syslog-perl          1.10-1     Perl module for parsing syslog ent
ii  postfix                       2.5.1-2    High-performance mail transport ag

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to