Changeset 49 for branches

Show
Ignore:
Timestamp:
10/24/07 14:43:36 (1 year ago)
Author:
fs
Message:

fixing the except block for SMTPRecipientsRefused

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0.5/turbomail/pool.py

    r34 r49  
    215215                                break 
    216216                         
    217                         except smtplib.SMTPRecipientsRefused: 
     217                        except smtplib.SMTPRecipientsRefused, exception: 
    218218                                log.exception(exception) 
    219219                                log.error("SMTP server refused delivery.  Not retrying.")