Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 01:30:03 GMT
From:      Will Saxon <wills@housing.ufl.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/78102: /usr/ports/mail/qmail-scanner doesn't detect spamassassin correctly in all cases
Message-ID:  <200502260130.j1Q1U3nF036829@www.freebsd.org>
Resent-Message-ID: <200502260130.j1Q1UH24006009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502260130.j1Q1U3nF036829>