File: junkfilter.user-default

package info (click to toggle)
junkfilter 20030115-4
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 300 kB
  • ctags: 16
  • sloc: makefile: 147; sh: 115
file content (29 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (3)
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
28
29
# junkfilter
# a junk email filter system for procmail
# Copyright 1997-2002 Gregory Sutter <gsutter@zer0.org>
#
# $Id: junkfilter.user-default,v 1.11 2002/04/21 03:20:59 gsutter Exp $
#
# Please read the file "README" and the page
# http://junkfilter.zer0.org/ before using junkfilter.

# User-defined section.  Recipes in here are not an
# official part of junkfilter.  Use at your own risk.

JFSEC="user"

# Put your recipes after this line.  Be sure that the
# action line looks like this:
# { JFMATCH="$JFSEC: reason" INCLUDERC=$JFDIR/junkfilter.match }







# Put your recipes before this line.

JFSEC

# EOF junkfilter.user