Changeset 20:bf238ca0c37f in mailjam for mailjam/mta.py


Ignore:
Timestamp:
May 22, 2012, 1:28:15 PM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Fixed multiple bugs found while doing manual tests of both the server and
MTA client. All of those bugs are related to how configuration files are
loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailjam/mta.py

    r16 r20  
    2323            raise ValueError(address, ' is not a valid email address')
    2424
    25         mta_config = MTAClientConfig()
     25        mta_config = MTAClientConfig(configfile=configfile)
    2626        mta_config.load()
    2727        self.config = mta_config.config
Note: See TracChangeset for help on using the changeset viewer.