Mailing List Archive

[Bug 3206] New: spamd flags: -q and -Q prevents spamd processing
http://bugzilla.spamassassin.org/show_bug.cgi?id=3206

Summary: spamd flags: -q and -Q prevents spamd processing
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P4
Component: spamc/spamd
AssignedTo: spamassassin-dev@incubator.apache.org
ReportedBy: dallase@nmgi.com


if i start a spamd server on port 785 without the -q/-Q flag, it works... if i
start a spamd server on 786 with the -q/-Q flag, it doesnt work.

this is:
[root@spamd1 spamd]# spamassassin -V
SpamAssassin version 3.0.0-r9592


[root@spamd1 spamd]# /usr/bin/spamd -A 127.0.0.0/8,24.225.0.0/24 -i 0.0.0.0 -p
785 -m15 -x -d

[root@spamd1 spamd]# echo | spamc -p785
X-Spam-Score: 3.9
X-Spam-Flag: NO
X-Spam-AWL-Adustment:
X-Spam-Bayes-Auto-Learn: no
X-Spam-Pyzor:
X-Spam-Level: ***
X-Spam-Status: No, hits=3.9 required=4.0
X-Spam-Checker-Version: SpamAssassin 3.0.0-r9592 on spamd1.ruraltel.net
X-Spam-Required-Score: 4.0
X-Spam-DCC:
X-Spam-Tests: DATE_MISSING=1.917,FROM_NO_LOWER=1.999,MISSING_HEADERS=0.001
X-Spam-Report: 3.9 points, 4.0 required
* 1.9 DATE_MISSING Missing Date: header
* 2.0 FROM_NO_LOWER 'From' has no lower-case characters
* 0.0 MISSING_HEADERS Missing To: header
X-Spam-Bayes-Probability: 0.5


[root@spamd1 spamd]# /usr/bin/spamd -A 127.0.0.0/8,24.225.0.0/24 -i 0.0.0.0 -p
786 -Q -m15 -x -d

[root@spamd1 spamd]# echo | spamc -p786

[root@spamd1 spamd]#



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