Quoting Tomasz Ostrowski <[EMAIL PROTECTED]>:

On Wed, 11 Jan 2006, David F. Skoll wrote:

        *** NOTE INCOMPATIBILITY *** filter_begin NOW TAKES ONE ARGUMENT,
                                     NOT ZERO.  IF YOUR FILTER HAS A
                                     PROTOTYPE FOR filter_begin, YOU SHOULD
                                     FIX OR REMOVE THE PROTOTYPE

There'd be nice to have an example here. Not knowing perl very much I
would not understand "Fix or remove the prototype" without an example
from your previous post on this.
That means that in mimedefang-filter you have a sub function called filter begin
that looks like this:
sub filter_begin () {

then you should change that to sub filter_begin ($) {
or
sub filter_begin {

AM i right, David ??


Regards
Tometzky
--
...although Eating Honey was a very good thing to do, there was a
moment just before you began to eat it which was better than when you
were...
                                                     Winnie the Pooh
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to