Changeset 3300 for pykota/trunk/bin

Show
Ignore:
Timestamp:
01/27/08 00:16:50 (16 years ago)
Author:
jerome
Message:

Ensures email headers will be ok.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r3299 r3300  
    946946                    try : 
    947947                        msg = MIMEText(fullmessage, _charset=self.charset) 
    948                         msg["Subject"] = Header(_("Print Quota"), charset=self.charset) 
     948                        msg["Subject"] = Header(_("Print Quota"), charset=self.charset, errors="replace") 
    949949                        msg["From"] = adminmail 
    950950                        if mailto in ("BOTH", "USER") :