diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-29 21:32:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-29 21:32:04 +0000 |
commit | 39dad9fd52a64da0efefce1d0909426de888260b (patch) | |
tree | 95bc1ad85730772c104416392978b3f2fcace837 /rcfile_l.l | |
parent | d6afd2b946236ebc02d65f14829c6b715dd7c265 (diff) | |
download | fetchmail-39dad9fd52a64da0efefce1d0909426de888260b.tar.gz fetchmail-39dad9fd52a64da0efefce1d0909426de888260b.tar.bz2 fetchmail-39dad9fd52a64da0efefce1d0909426de888260b.zip |
Enrico Musio's IP-checkalias patch.
svn path=/trunk/; revision=1944
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,7 +70,7 @@ to { return TO; } = { return MAP; } "*" { return WILDCARD; } -no/[kfrsdu \t].* { return NO;} +no/[kfrsduc \t].* { return NO;} keep { return KEEP; } flush { return FLUSH; } @@ -83,6 +83,7 @@ dropstatus? { return DROPSTATUS; } mimedec(ode)? { return MIMEDECODE; } dns { return DNS; } uidl { return UIDL; } +checkalias { return CHECKALIAS; } limit { return LIMIT; } |