[Mimedefang] Argument "NOQUEUE" isn't numeric in exit at

Andrew Watkins andrew at dcs.bbk.ac.uk
Thu Jan 31 09:12:17 EST 2008


Thanks,

Yes! I done some tiding up of the greylisting code a while back and did 
not update the "filter_cleanup()" routine.

Thanks for pointing me in the right direction.


Andrew

David F. Skoll wrote:
> Andrew Watkins wrote:
> 
>> cat mimedefang.pl
>>     # EOF on STDIN... time to bye-bye...
>>     if (defined(&filter_cleanup)) {
>>         exit(filter_cleanup());            # line 5361
>>     }
> 
>> Even, so it would be nice if it could be cleaned up.
> 
> Well, it's up to you to clean it up. :-)   MIMEDefang does not define
> filter_cleanup; the filter author does.
> 
> According to the mimedefang-filter man page:
> 
>  "The  return  value  from  filter_cleanup becomes the slave's exit 
> status."
> 
> So it's up to you to ensure that the filter_cleanup function you write
> returns a numeric value.
> 
> Regards,
> 
> David.
> _______________________________________________
> 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 MIMEDefang at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



More information about the MIMEDefang mailing list