You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/06/08 04:08:24 UTC

svn commit: r189492 - /spamassassin/trunk/spamd/spamd.raw

Author: jm
Date: Tue Jun  7 19:08:23 2005
New Revision: 189492

URL: http://svn.apache.org/viewcvs?rev=189492&view=rev
Log:
bug 4380: add warning to spamd docs

Modified:
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamd/spamd.raw?rev=189492&r1=189491&r2=189492&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue Jun  7 19:08:23 2005
@@ -2548,6 +2548,12 @@
 
 Listen on UNIX domain path I<pathname> instead of a TCP socket.
 
+Warning: the Perl support on BSD platforms for UNIX domain sockets seems to
+have a bug regarding paths of over 100 bytes or so (SpamAssassin bug 4380).  If
+you see a 'could not find newly-created UNIX socket' error message, and the
+path appears truncated, this may be the cause.  Try using a shorter path
+to the socket.
+
 =item B<--socketowner> I<name>
 
 Set UNIX domain socket to be owned by the user named I<name>.  Note