From 9f86e6cafc74e34988df08ae4f656ea6b3faaf71 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 14 Mar 2001 23:39:45 +0000 Subject: Clear the bug queue. svn path=/trunk/; revision=3259 --- NEWS | 3 +++ rcfile_l.l | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 25098d87..5ad1c3bd 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ * Restrict shrouding to just the password send so it won't leak info. * Move an #ifdef INET6_ENABLE to deal with libc5 headers. * Only DNS-probe entries that are active on this run. +* Fix `nospambounce' recognition. +* Updated French translation. +* Yoshihiko SARUMARU's patch to keep Kanji out of Received headers. fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines: diff --git a/rcfile_l.l b/rcfile_l.l index f4fc26c0..1bcc98a5 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -141,6 +141,7 @@ nopass8(bits)? | nodropstatus | nodropdelivered | nomimedec(ode)? | +nospambounce | noidle { yyless(2); return NO; -- cgit v1.2.3