>I have a procmail rule to move list mail to a folder. But it's not
>working correctly according to my procmail logs. Here's the procmail
>script:
>
>PATH=/public/bin:/local/bin:/usr/bin:/bin
>
>SHELL=/public/bin/tcsh
>
>VERBOSE=on
>LOGABSTRACT=all
>MAILDIR=$HOME/Mail
>
>PMDIR=$HOME/Procmail
>
>LOGFILE=$PMDIR/log
>#INCLUDERC=$PMDIR/testing.rc
>INCLUDERC=$PMDIR/lists.rc
>
>###################
>#  Mailing lists  #
>###################
>
>#:0:
>#* X-Mailing-List: <\/[^@]+
>#lists/`echo $MATCH | sed -e 's/[\/]/_/g'`
>
>:0:
>* ^Sender: owner-\/[^@]+
>lists/`echo $MATCH | sed -e 's/[\/]/_/g'`
>
>It's this last rule that doesn't work. Here's what it produced for a
>mail msg to this list:

what's MATCH set to?

-- 
|-----< "CODE WARRIOR" >-----|
[EMAIL PROTECTED]             * "ah!  i see you have the internet
[EMAIL PROTECTED] (Andrew Brown)                that goes *ping*!"
[EMAIL PROTECTED]       * "information is power -- share the wealth."

Reply via email to