This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.3.19: fetchmail's "authentication failed" message corrupted


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]