aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-12-12 04:10:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-12-12 04:10:56 +0000
commitc4432b4997d1819dbfd289ba42050e20927bde08 (patch)
treeee783faef2c11861e8b0361a9c5839100063451b /rcfile_l.l
parent6113a3f6da6b0fc667c9f56b99ad5c6419947b1c (diff)
downloadfetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.tar.gz
fetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.tar.bz2
fetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.zip
Spambounce patch.
svn path=/trunk/; revision=2998
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index e35ecd92..e26b19fa 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -68,6 +68,7 @@ invisible { return INVISIBLE; }
showdots { return SHOWDOTS; }
postmaster { return POSTMASTER; }
bouncemail { return BOUNCEMAIL; }
+spambounce { return SPAMBOUNCE; }
warnings { return WARNINGS; }
defaults { return DEFAULTS; }