[Mimedefang] filter_cleanup question

David F. Skoll dfs at roaringpenguin.com
Fri Sep 26 10:01:58 EDT 2014


On Fri, 26 Sep 2014 09:49:10 -0400
"Kevin A. McGrail" <KMcGrail at pccc.com> wrote:

> From looking at the code, I think maybe I should have a return
> status on my function so I've added return 0;  If I'm right, I think
> perhaps the man page could be a bit more effusive on that point?

Well, it currently reads:

   The return value from filter_cleanup becomes the slave's exit
   status.

I guess I can change it to:

   The return value from filter_cleanup becomes the slave's exit
   status, so make sure filter_cleanup returns an integer suitable for
   a process exit status.

Regards,

David.



More information about the MIMEDefang mailing list