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
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/
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
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