php IHDR w Q )Ba pHYs sRGB gAMA a IDATxMk\U s&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨ G;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j- $_q?qS XzG'ay
files >> /usr/lib/mailman/Mailman/Handlers/ |
files >> //usr/lib/mailman/Mailman/Handlers/SMTPDirect.pyc |
Pc @ sS d Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d d k l Z d d k l Z d d k l Z d d k l Z d d k l Z d d k Z d d k l Z d d k l Z d d k l Z d Z y e e f Wn e j o d Z d Z n Xd d d YZ d Z d Z d Z d Z d S( s Local SMTP direct drop-off. This module delivers messages via SMTP to a locally specified daemon. This should be compatible with any modern SMTP server. It is expected that the MTA handles all final delivery. We have to play tricks so that the list object isn't locked while delivery occurs synchronously. Note: This file only handles single threaded delivery. See SMTPThreaded.py for a threaded implementation. iN( t UnicodeType( t mm_cfg( t Utils( t Errors( t Decorate( t syslog( t MsgSafeDict( t formataddr( t Header( t Charsett .i i t Connectionc B s, e Z d Z d Z d Z d Z RS( c C s d | _ d S( N( t Nonet _Connection__conn( t self( ( sd /builddir/build/BUILDROOT/mailman-2.1.12-18.el6.i386//usr/lib/mailman/Mailman/Handlers/SMTPDirect.pyt __init__; s c C s8 t i | _ | i i t i t i t i | _ d S( N( t smtplibt SMTPR t connectR t SMTPHOSTt SMTPPORTt SMTP_MAX_SESSIONS_PER_CONNECTIONt _Connection__numsessions( R ( ( sd /builddir/build/BUILDROOT/mailman-2.1.12-18.el6.i386//usr/lib/mailman/Mailman/Handlers/SMTPDirect.pyt __connect>