[Bug 217654] Review Request: TMDA - Tagged Message Delivery Agent

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 17 15:45:59 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: TMDA - Tagged Message Delivery Agent


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217654





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-02-17 10:45 EST -------
Forgot to check the following..

* python module dependency
  - /usr/bin/tmda-ofmipd contains:
-------------------------------------------------
   346  if remoteauth['proto'] == 'ldap':
   347      try:
   348          import ldap
   349      except ImportError:
   350          raise ImportError, \
   351                'python-ldap (http://python-ldap.sf.net/) required.'
--------------------------------------------------
    Consider to add "Requires: python-ldap"

  - site-packages/TMDA/FilterParser.py contains:
--------------------------------------------------
   724      def __search_cdb(self, pathname, keys, actions, source):
   725          """
   726          Search DJB's constant databases; see <http:/cr.yp.to/cdb.html>.
   727          """
   728          import cdb
   729          cdb = cdb.init(pathname)
   730          found_match = 0
--------------------------------------------------
    Does this package need "python-cdb" (currently not available
    on Fedora)?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list