From: <ad...@be...> - 2010-04-09 09:46:01
|
Bug #17067, was updated on 2010-Apr-08 22:06 Here is a current snapshot of the bug. Project: fetchmail Category: None Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: bob5972 Assigned to : m-a Summary: Typo in man page Details: I noticed that the man page for fetchmail says "spambounce" where it should say "softbounce." Here's a git patch. >From 6c2a077398458ec8585aac5398f545e30b9573d4 Mon Sep 17 00:00:00 2001 From: Michael Banack <bo...@gm...> Date: Thu, 8 Apr 2010 12:57:12 -0700 Subject: [PATCH] Fixed typo in the man page --- fetchmail.man | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fetchmail.man b/fetchmail.man index 9b1b41f..a2cc038 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1666,7 +1666,7 @@ set no softbounce \& \& T{ Delete permanently undeliverable mail. It is recommended to use this option if the configuration has been thoroughly tested. T} -set spambounce \& \& T{ +set softbounce \& \& T{ Keep permanently undeliverable mail as though a temporary error had occurred (default). T} -- 1.7.0.4 Follow-Ups: Date: 2010-Apr-09 09:46 By: m-a Comment: Good catch, and thanks for the patch! I have modified the changelog entry and added a NEWS entry in a separate commit. The patch is now available in Git's master branch, see http://gitorious.org/fetchmail/fetchmail/commits/master ------------------------------------------------------- For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=17067&group_id=1824 |