Hello,
sorry if this has already been asked here, but I just subscribed to
the list and found nothing in the archive.
I have a .procmailrc with many :0c recipes that redirect messages
to different people. The c flag is necessary because a single message
can match several recipes. I use LOGABSTRACT=all to log all actions
taken. This worked find until my provider upgraded from 3.11pre4
to 3.11pre7, but now only the last matching recipe is logged, as
if I had LOGABSTRACT=yes (well, not exactly: :0c recipes saving to
a file are logged, but not :0c recipes redirecting the e-mail.)
Here is a sample procmail examplifying this problem:
LOGFILE=/tmp/log
LOGABSTRACT=all
:0c
! cassaign(_at_)iml(_dot_)univ-mrs(_dot_)fr
:0c:
/tmp/file
:0
/dev/null
With 3.11pre4, the three actions were logged; with 3.11pre7, the
first one isn't. Could this be a bug, or did I miss something ?
Julien.