ports/78102: /usr/ports/mail/qmail-scanner doesn't detect spamassassin correctly in all cases
Will Saxon
wills at housing.ufl.edu
Sat Feb 26 01:30:18 UTC 2005
>Number: 78102
>Category: ports
>Synopsis: /usr/ports/mail/qmail-scanner doesn't detect spamassassin correctly in all cases
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 26 01:30:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Will Saxon
>Release: 5.3
>Organization:
University of Florida
>Environment:
FreeBSD smtp2.housing.ufl.edu 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Feb 7 13:10:35 UTC 2005 root at smtp.housing.ufl.edu:/usr/obj/usr/src/sys/kernel i386
>Description:
The existing patch to the qmail-scanner configure script assumes "--socketpath=/path/to/socket" is the only valid way to specify the unix socket for spamd. "--socketpath /path/to/socket" also works.
>How-To-Repeat:
start spamd with '--socketpath /path/to/socket' and then try to install qmail-scanner. It will complain about spamassassin not being set up right and it ignores spamassassin.
>Fix:
change:
+ SPAMD_SOCKET=`ps auxwww 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath=//'|awk '{print $1}'`
to
+ SPAMD_SOCKET=`ps auxwww 2>/dev/null|egrep 'spamd.*socket'|grep -v grep|sed -e 's/^.*socketpath[\ |=]//'|awk '{print $1}'`
in files/patch-configure
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list