Matus UHLAR - fantomas writes:


  According to the docs, with exception {} the execution resumes imediately
  after the block, but it does even if nothing fails, correct?

Correct. Your homework assignment is to figure what happens when you do this:

exception {

  cc "mailbox"
  DELIVERED=1

}

if ($DELIVERED == 1)
{

# …

}
else
{

# …

}


And I'm still curious if I can find somehow that the quota notification has
been stored in users' mailbox... I would like to send a message in such case
to other address

No, there's no way to determine that.


Attachment: pgpIiaMr4iEs2.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to