procmail
[Top] [All Lists]

Re: [Q] both vacation and procmail - how?

1996-12-19 05:39:15
On Thu, 19 Dec 1996 13:03:19 +0100, Peter Gjefle <pg(_at_)sn(_dot_)no> wrote:
  1  ackmail.rc      ->error because formail cannot open

Find out why, and fix it? What kind of error and why?
  
  3  double .forward
     "|/usr/ucb/vacation && exec /usr/local/bin/procmail -f- || exit 75 #pg"

This isn't doing anything sensible. Try this; two separate lines in
your .forward:

    |/usr/ucb/vacation
    "|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #pg"

Hope this helps,

/* era */

-- 
See <http://www.ling.helsinki.fi/~reriksso/> for mantra, disclaimer, etc.
* If you enjoy getting spam, I'd appreciate it if you'd register yourself
  at the following URL:  <http://www.ling.helsinki.fi/~reriksso/spam.html>

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