On Fri, 2014-05-30 at 16:42 -0600, LuKreme wrote:
On 30 May 2014, at 11:51 , Arthur Dent
<misc(_dot_)lists(_at_)blueyonder(_dot_)co(_dot_)uk> wrote:
From SRS0=OCIbhf=gmail.com=arthurdent(_dot_)london(_at_)sansome(_dot_)org
Fri May 30 18:27:03 2014
Subject: Testing14783
Folder: /bin/procmail -d mark
4191
Is that the right path to procmail?
my path to procmail is /usr/local/bin/procmail, I don't think I've
ever seen procmail installed in /bin/
I'm guessing that on my Fedora system there is some sort of hard link. I
have no idea why.
[mark@Zaphod ~]$ which procmail
/usr/bin/procmail
[mark@Zaphod ~]$ su -
Password:
Last login: Fri May 30 21:33:12 BST 2014 on pts/2
[root@Zaphod ~]# which procmail
/bin/procmail
[root@Zaphod ~]# ll /bin/procmail
-rwxr-xr-x. 1 root mail 112048 Aug 4 2013 /bin/procmail
[root@Zaphod ~]# ll /usr/bin/procmail
-rwxr-xr-x. 1 root mail 112048 Aug 4 2013 /usr/bin/procmail
But in any case I tried with both during my testing.
Did you forget the | character?
On the first run through that was my first thought too - I went straight
to that to check - but no, I did have the | character all along.
Other stuff I have tried:
I have tried both with and without the "w" switch. With w it just
endless tries but does not get as far as logging the attempt. Without
the w it obviously loops, each attempt being logged, until I change
the /etc/procmailrc to allow it to complete.
I have also tried:
| /bin/procmail -d mark
| /usr/bin/procmail -d mark
| /bin/formail -s procmail -d mark
| /bin/formail -s /usr/bin/procmail -d mark
| /bin/formail -s | /usr/bin/procmail -d mark
| /usr/bin/formail -s /usr/bin/procmail -d mark
| /bin/formail -s /usr/bin/procmail -d mark
| /bin/formail -s /bin/procmail -d mark
All with the same result.
Anything else I can try?
Thanks for the help so far...
Mark
____________________________________________________________
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