On Wed, 1 Feb 2006, JEMF wrote:
Udi Mottelo escreveu:
You can forward by sendmail like Seam said, but I think it's
extra and the big question is why the flag "c" doesn't work.
We need more info: What the logs say?
The logs says the message was delivered to sector3.
Logs include /var/log/maillog, yes? And VERBOSE=yes
What happened if you
swap sector3 before sector2?
The message is deliver to sector2.
Looks like procmail ignores the first recipe. Maybe the
text doesn't clean? Did you move the file from PC and
some "^M" sneak in to the text make a little twist, try
dos2unix.
What happened when you add "A"
or "a" to the second recipe?
{
:0 c:
/var/mail/sector2
:0 A:
/var/mail/sector3
}
The message disappears and the logs don't show this fact.
With "A" or "a"? Can we say that the delivery faild?
Look in maillog:
grep -i 'to=.*\<sector2@' maillog
You will get the MessageID. Now grep it from the log:
grep 'MessageID' maillog
Then you will see more info about (error messages, .forward ...)
Bye,
Udi
Thanks!
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
+++++++++++++++++++++++++++++++++++++++++++
This Mail Was Scanned By Mail-seCure System
at the Tel-Aviv University CC.
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail