From c4432b4997d1819dbfd289ba42050e20927bde08 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Dec 2000 04:10:56 +0000 Subject: Spambounce patch. svn path=/trunk/; revision=2998 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') 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; } -- cgit v1.2.3