procmail
[Top] [All Lists]

Re: complicated recipes

1996-08-12 16:41:48
Dang!  I hate it when I leave things out.

In the recipe below, the line marked "-->" should be changed.

    >     > however if *none* of the recipes succeed it should forward the
    >     > email to a specified address.....
    > 
    >     # If the mail was never dropped into a folder, then forward it
    >     :0
--> >     * LASTFOLDER ?? .
    >     ! lastresortaddress

Instead, the recipe should read:

    :0
    * ! LASTFOLDER ?? .
    ! lastresortaddress

which will forward the e-mail *only* if LASTFOLDER has not already been
assigned a value.

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