File: junkfilter.white

package info (click to toggle)
junkfilter 20010529-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 304 kB
  • ctags: 1
  • sloc: sh: 109; makefile: 34
file content (27 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# junkfilter
# a junk email filter system for procmail
# Copyright 1997-2001 Gregory Sutter <gsutter@zer0.org>
#
# $Id: junkfilter.white,v 1.7 2001/05/28 20:10:50 gsutter Exp $
#
# Please read the file "README" and the page
# http://junkfilter.zer0.org/ before using junkfilter.

# junkfilter.white, the whitelist module.  

JFSEC=white

JFLIST=(`cat $JFDIR/jf-white`)

:0
* $ ${JFLIST:-$JFNOMATCH}
{
	:0
	* $ ${JFVER}\/${JFLIST}${JFVERR}
	{ JFSTATUS=1 JFMATCH="$JFSEC: $MATCH" INCLUDERC=$JFDIR/junkfilter.match }
}

JFLIST
JFSEC

# EOF junkfilter.white