http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5746





------- Additional Comments From [EMAIL PROTECTED]  2007-12-11 14:08 -------
aha. command line:

/local/perl586/bin/perl mass-check --noisy --progress --cs_ssl --server
spamassassin.zones.apache.org:38891
'--run_post_scan=./rule-qa/nightly-slaves-start [EMAIL PROTECTED]
[EMAIL PROTECTED]:-j16 [EMAIL PROTECTED]:-j16' --cache
--cachedir=/tmpfs/aicache_nightly --cs_schedule_cache
--cs_cachedir=/export/home/bbmass/cache --restart=500
'ham:detect:/home/bbmass/rawcor/jm/ham/*' --after=15552000 --tail=25000
--scanprob=0.3 'spam:detect:/home/bbmass/rawcor/jm/spam/*'

/etc/hosts:

::1     localhost       loghost spamassassin.zones.apache.org
127.0.0.1       localhost       loghost spamassassin.zones.apache.org

so it binds to 'spamassassin.zones.apache.org', which is 127.0.0.1.

easy fix:

: jm 341...; perl -e 'use Socket;($name,$aliases,$addrtype,$length,@addrs) =
gethostbyname("spamassassin.zones.apache.org"); print 
Socket::inet_ntoa($addrs[0])'
127.0.0.1
: exit=0 Tue Dec 11 22:06:03 GMT 2007; cd /home/bbmass/mc-nightly/jm/svn/masses
: jm 342...; perl -e 'use Socket;($name,$aliases,$addrtype,$length,@addrs) =
gethostbyname("spamassassin.zones.apache.org."); print 
Socket::inet_ntoa($addrs[0])'
140.211.11.80
: exit=0 Tue Dec 11 22:06:09 GMT 2007; cd /home/bbmass/mc-nightly/jm/svn/masses

ie. add a dot.



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

Reply via email to