procmail
[Top] [All Lists]

procmail will not execute from within .forward

1997-04-18 07:07:00
I'm trying to install procmail for my local usage. 

I've followed the man pages, READMEs and FAQ.

but procmail will not execute from within my .forward
==============
Here is my /home/walterm/.forward:

% ls -l /home/walterm/.forward
-rw-r--r--   1 walterm  fedex         62 Apr 18 08:04 .forward

% cat .forward
\walterm, walter, "|exec /home/walterm/bin/procmail #walterm"

================

Here is my .procmailrc:
% ls -l .procmailrc
-rw-rw-r--   1 walterm  fedex        288 Apr 18 07:32 .procmailrc

% cat .procmailrc
#Set on when debugging
VERBOSE=on
 
#Replace `mail' with your mail directory (Pine uses mail, Elm uses Mail)
MAILDIR=$HOME/Mail
     
#Directory for storing procmail log and rc files
PMDIR=$HOME/.procmail
     
LOGFILE=$PMDIR/log
INCLUDERC=$PMDIR/rc.testing
INCLUDERC=$PMDIR/rc.maillists

================
Here is the priviledges on my home dir:
% ls -lad /home/walterm
drwxr-xr-x  12 walterm  other       1536 Apr 18 07:54 /home/walterm/

================
Here is the priviledges on my bin dir:
drwxrwxr-x   2 walterm  fedex        512 Apr 18 07:48 /home/walterm/bin/

=================

Here are the contents of my bin dir:
% ls -al /home/walterm/bin
total 214
drwxrwxr-x   2 walterm  fedex        512 Apr 18 07:48 ./
drwxr-xr-x  12 walterm  other       1536 Apr 18 07:54 ../
-rwxr-xr-x   1 walterm  fedex      31380 Apr 18 07:48 formail*
-rwxr-xr-x   1 walterm  fedex       5393 Apr 18 07:48 mailstat*
-rwxr-xr-x   1 walterm  fedex      68580 Apr 18 07:48 procmail*

=================

Here are the contents of my .procmail dir:
% ls -la /home/walterm/.procmail
total 8
drwxrwxr-x   2 walterm  fedex        512 Apr 18 07:32 ./
drwxr-xr-x  12 walterm  other       1536 Apr 18 07:54 ../
-rw-rw-r--   1 walterm  fedex          0 Apr 18 07:32 log
-rw-rw-r--   1 walterm  fedex         33 Apr 18 07:28 rc.testing
==============

The only reason there's a log file there is that I touched it.

when I send a test message:
=========
% mailx -v -s test walterm
testing

<Prev in Thread] Current Thread [Next in Thread>