procmail ruleset, as long as you have tested the ruleset and found that
it works exactly like you want it to work.

- Giorgos

I'm actually trying to write a script with formail, but its being annoying:

orion$ formail -s "parse.pl" < Spam
parse.pl: 3: Syntax error: ")" unexpected
parse.pl: 3: Syntax error: ")" unexpected
parse.pl: 3: Syntax error: ")" unexpected
orion$


parse.pl is:

#!/usr/bin/perl

while (<STDIN>) {
        print
}




and when I run parse.pl manually:

orion$ echo "Yo" | ./parse.pl
Yo
orion$



Weird eh?  Any ideas?
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to