##### lm_bugtraq.rc # # Resource file for procmail. # Filters list messages from the Bugtraq list. # # Variables, in (set before calling): # PROCDIR where your procmail rc files (lm_*.rc) are # LISTFOLDER where to store email if it's from Bugtraq; # nothing will be stored if this is empty # LISTFOLDERVENDOR where to store email if it's from Bugtraq and a known # vendor and $LISTFOLDER is set; # defaults to $LISTFOLDER-vendor # Variables, returned: # ISTHISLIST set to "1" if email is from this list, unset otherwise # LISTEMAIL unset # # Run with e.g.: # PROCDIR=$HOME/Mail/etc/procmail # LISTFOLDER=Bugtraq-List # LISTFOLDERVENDOR=Bugtraq_vendor-List # INCLUDERC=yourpath/lm_bugtraq.rc # in your $HOME/.procmailrc. # # The latest version is always available from: # http://volker.dnsalias.net/soft/procmail/ # # Copyright (C) by Volker Kuhlmann # Released under the terms of the GNU General Public License (GPL) Version 2. # See http://www.gnu.org/ for details. # # Volker Kuhlmann # 28, 30 Apr; 29 Jun; 29 Aug; 9 Sep; 20 Oct; 1 Dec 2002 # 29 Sep 2004 # # Bugtraq ezmlm LISTNAME="bugtraq" LISTEMAIL= LISTSERVERDOMAIN="securityfocus.com" LISTFOLDER__=$LISTFOLDER LISTFOLDER= ISTHISLIST= :0 * PROCDIR ?? ^^^^ { LOG="Set \$PROCDIR to the directory where your lm_*.rc files are! " } INCLUDERC=$PROCDIR/lm_ezmlm.rc LISTFOLDER=$LISTFOLDER__ LISTFOLDER__= ## If it's a Bugtraq email, save it if $LISTFOLDER was set :0 * ISTHISLIST ?? ^^1^^ * ! LISTFOLDER ?? ^^^^ { INCLUDERC=$PROCDIR/lm_vendorsecupd.rc } ##### EOF lm_bugtraq.rc