[Mimedefang] Still problems with notifications...

David F. Skoll dfs at roaringpenguin.com
Mon Dec 23 15:38:00 EST 2002


On Mon, 23 Dec 2002, Ashley M. Kirchner wrote:

>     Any problems with just moving the send_quarantine_notifications()
> call to the bottom of the routine?

Well, be careful; you have a "return" in at least one place in
filter_end, so the send_quarantine_notifications() might not always
get executed.  In situations where you have multiple possible exit
points from a routine, but you always want something executed
afterwards, I find it simpler to wrap it in two functions.

--
David.



More information about the MIMEDefang mailing list