On 2005-08-17 14:15, Matt Juszczak <[EMAIL PROTECTED]> wrote: > >procmail ruleset, as long as you have tested the ruleset and found that > >it works exactly like you want it to work. > > 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$
Is the current working directory in your PATH? > 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]"