procmail
[Top] [All Lists]

Re: mucking with $LASTFOLDER

1997-09-08 14:02:22

:0
* $LASTFOLDER ?? ^appnmail \/.*
{ LASTFOLDER = $MATCH }

This did not help... I put it near the top of my .procmailrc, but it still  
shows up with ``appnmail whatever''

LASTFOLDER gets re-assigned on each recipe.  Maybe the tedious method of
putting it on EVERY recipe (ugh):

:0
* whatever
{
   :0c
   * $LASTFOLDER ?? ^appnmail \/.*
   { LASTFOLDER = $MATCH }

   :0
   the normal action for this recipe

}

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