Re: Odd bug in greylisting plugin

2008-02-13 Thread Jim Murray
Gavin Carr wrote: It's an undefined variable, probably harmless. Does the following fix it? --- plugins/greylisting.dist2008-02-13 15:01:48.0 +1100 +++ plugins/greylisting 2008-02-13 15:02:11.0 +1100 @@ -206,7 +206,7 @@ return DECLINED if $self->qp->connection->notes('wh

Re: Odd bug in greylisting plugin

2008-02-13 Thread Ask Bjørn Hansen
On Feb 12, 2008, at 8:00 PM, Gavin Carr wrote: It's an undefined variable, probably harmless. Does the following fix it? Committed, thanks! - ask -- http://develooper.com/ - http://askask.com/

Re: Odd bug in greylisting plugin

2008-02-12 Thread Gavin Carr
On Tue, Feb 12, 2008 at 10:47:28PM +, Jim Murray wrote: > Can anyone shed some light on what might be causing this? > > @400047b212e52378779c Use of uninitialized value in pattern match > (m//) at ./plugins/greylisting line 209, line 3. > > I'm running QPSMTPD 0.40 release, no tweaks an

Odd bug in greylisting plugin

2008-02-12 Thread Jim Murray
Can anyone shed some light on what might be causing this? @400047b212e52378779c Use of uninitialized value in pattern match (m//) at ./plugins/greylisting line 209, line 3. I'm running QPSMTPD 0.40 release, no tweaks and straight qpsmtpd, not -forkserver or any of the other variants. A