1# junkfilter
2# a junk email filter system for procmail
3# Copyright 1997-2002 Gregory Sutter <gsutter@zer0.org>
4#
5# $Id: junkfilter.user-default,v 1.11 2002/04/21 03:20:59 gsutter Exp $
6#
7# Please read the file "README" and the page
8# http://junkfilter.zer0.org/ before using junkfilter.
9
10# User-defined section.  Recipes in here are not an
11# official part of junkfilter.  Use at your own risk.
12
13JFSEC="user"
14
15# Put your recipes after this line.  Be sure that the
16# action line looks like this:
17# { JFMATCH="$JFSEC: reason" INCLUDERC=$JFDIR/junkfilter.match }
18
19
20
21
22
23
24
25# Put your recipes before this line.
26
27JFSEC
28
29# EOF junkfilter.user
30