procmail
[Top] [All Lists]

Re: $1 $2 $3

2002-07-08 16:49:12

    Ssndmail 8.8.8 says this:

 Mlocal, P=/usr/bin/procmail, F=lsDFMAw5:/|@qSPfhn9, S=10/30, R=20/40,
       T=DNS/RFC822/X-Unix,
       A=procmail -Y -a hello -a there -d $u

 /etc/procmailrc says this:

 :0 hw
 |/var/log/spam/proctest $0 $1 $2

 proctest says:

#!/usr/local/bin/perl5
OPEN (OUT,">/var/log/spam/proctest.out");
print OUT @ARGV;

proctest.out says:

/usr/bin/procmail

     Why doesn't hello there show up as part of @ARGV?

     Thanks  Homer

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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