procmail
[Top] [All Lists]

Re: need for conditions

1997-01-18 18:25:09
Thomas Ihmann had trouble with this recipe:

| >:0 c
| >! my_pager(_at_)paging(_dot_)com

Doug Muth tried to help:

|       Well, it seems that you don't have any conditions on which to
| match the e-mail.  How about:
| 
| :0 c
| * *
| ! my_pager(_at_)paging(_dot_)com

No, Doug, that wasn't the problem.  Unconditional recipes are completely
legal.

The problem was that Thomas's recipe passed the body when it needed to
send only the head, and the solution, as I posted before, was to add the
`h' flag:

  :0hc
  ! my_pager(_at_)paging(_dot_)com

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