You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2019/01/15 14:34:06 UTC

[Bug 7679] spamd man page: newlines lost

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7679

Bill Cole <bi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |billcole@apache.org

--- Comment #1 from Bill Cole <bi...@apache.org> ---
Fixed in 3.4 branch and trunk: r1851367

Index: 3.4/spamd/spamd.raw
===================================================================
--- 3.4/spamd/spamd.raw (revision 1851363)
+++ 3.4/spamd/spamd.raw (working copy)
@@ -3507,6 +3507,7 @@
 (used internally).

 Examples:
+
        spamd -s mail                 # use syslog, facility mail (default)
        spamd -s ./mail               # log to file ./mail
        spamd -s stderr 2>/dev/null   # log to stderr, throw messages away
Index: trunk/spamd/spamd.raw
===================================================================
--- trunk/spamd/spamd.raw       (revision 1851363)
+++ trunk/spamd/spamd.raw       (working copy)
@@ -3519,6 +3519,7 @@
 (used internally).

 Examples:
+
        spamd -s mail                 # use syslog, facility mail (default)
        spamd -s ./mail               # log to file ./mail
        spamd -s stderr 2>/dev/null   # log to stderr, throw messages away

-- 
You are receiving this mail because:
You are the assignee for the bug.