aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-14 23:39:45 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-14 23:39:45 +0000
commit9f86e6cafc74e34988df08ae4f656ea6b3faaf71 (patch)
treec450c58cda697807ccb37387862d08a79de785fc
parent0f79b186d9f742ed263ed8e9223f752779b271c0 (diff)
downloadfetchmail-9f86e6cafc74e34988df08ae4f656ea6b3faaf71.tar.gz
fetchmail-9f86e6cafc74e34988df08ae4f656ea6b3faaf71.tar.bz2
fetchmail-9f86e6cafc74e34988df08ae4f656ea6b3faaf71.zip
Clear the bug queue.
svn path=/trunk/; revision=3259
-rw-r--r--NEWS3
-rw-r--r--rcfile_l.l1
2 files changed, 4 insertions, 0 deletions
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;