spamdyke/spamassassin missing from centos 6 channel

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

spamdyke/spamassassin missing from centos 6 channel

Unread post by Kalimari »

Subject has it... setting-up new server and noticed that spamdyke & spamassassin are missing from atomicorp.com/channels/atomic/centos/6/x86_64/RPMS/. Spamassassin 3.3.1 has been pulled in from base repo and yum install spamdyke shows no package available. Not spotted any other posts on this issue/CentOS 6 and wondered if any one can shine light on this?

Thanks
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: spamdyke/spamassassin missing from centos 6 channel

Unread post by Kalimari »

Installed spamassassin from the atomic testing repo, seems fine so far.

DCC/Pyzor now require paths to be entered in spamassassin local.cf;

Code: Select all

dcc_path                /usr/bin/dccproc
pyzor_path              /usr/bin/pyzor
There are some compatibility issues with /usr/bin/pyzor that requires a (less than ideal) -Wignore::DeprecationWarning to be added after the shebang to avoid:

Code: Select all

/usr/lib/python2.6/site-packages/pyzor/__init__.py:11: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/usr/lib/python2.6/site-packages/pyzor/client.py:12: DeprecationWarning: the multifile module has been deprecated since Python 2.5
  import multifile
/usr/lib/python2.6/site-packages/pyzor/__init__.py:429: DeprecationWarning: object.__init__() takes no parameters
  super(ThreadId, self).__init__(i)
public.pyzor.org:24441	TimeoutError:
Post Reply