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

David F. Skoll dfs at roaringpenguin.com
Thu Jan 31 08:37:43 EST 2008


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.



More information about the MIMEDefang mailing list