Sorry - me again...

Today at 1:31am, Iain Tuddenham wrote:

| My .fetchmailrc includes
|   mda "procmail -d '%T'; notify"
| (where notify is a little script to ring a bell).

Having broadcast that to the world, I've just noticed what a bad idea it
is:
  "procmail -d '%T'; notify"
returns always notify's status code of 0, so fetchmail never becomes aware
of any procmail failure.

  mda "procmail -d '%T' && notify"
fixes that (and also differs in that it doesn't ring if the mail isn't
delivered).

Iain Tuddenham.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to