procmail
[Top] [All Lists]

Re: Moved to 3.14 and now have problems with redirects

2000-03-17 10:10:07

I have some simple redirects setup like:

:0 f
* ^TOinfo(_at_)mgroup(_dot_)org
{
  :0 c
  ! jtate(_at_)cgocable(_dot_)net
}

 It is redundent.  The following does the same job:

 :0
 * ^TOinfo(_at_)mgroup(_dot_)org
 ! jtate(_at_)cgocable(_dot_)net

Point 1: you don't need brakets {...} since it is only a single action.
Point 2: the flag "c" causes confusion since there is not a "next"
recipe to pick up the task.

Zhiliang

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Moved to 3.14 and now have problems with redirects, Zhiliang Hu <=