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 13:59:19 UTC

[Bug 7679] New: spamd man page: newlines lost

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

            Bug ID: 7679
           Summary: spamd man page: newlines lost
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
          Assignee: dev@spamassassin.apache.org
          Reporter: jidanni@jidanni.org
  Target Milestone: Undefined

spamd man page: newlines lost at:

           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      spamd -s null                 #
           the same as above      spamd -s file                 # log to file
./spamd.log      spamd -s /var/log/spamd.log   # log to
           file /var/log/spamd.log

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

[Bug 7679] spamd man page: newlines lost

Posted by bu...@bugzilla.spamassassin.org.
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.