1 message in net.sourceforge.lists.courier-maildrop[maildropl] exception question
FromSent OnAttachments
Mark NienbergNov 29, 2006 5:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] exception questionActions...
From:Mark Nienberg (gma@tippingmar.com)
Date:Nov 29, 2006 5:05:56 pm
List:net.sourceforge.lists.courier-maildrop

In my /etc/maildroprc file I have a section like this:

exception { # see if user has any folder delivery rules include "$MYDIR/folders.txt" }

Does this protect only against failure loading the include file or does it also protect against bad syntax and so forth in the file that is included?

In other words, is it pointless to use exception statements in the file that is included above (folders.txt)?

The man page says this:

The exception statement traps errors that would normally cause maildrop to
terminate. If a fatal error is encountered anywhere within the block of statements enclosed
by the exception clause, execution will resume immediately following the exception
clause.

Thanks, Mark