Mantis BugTracker for CapiSuite
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000123 [CapiSuite] scripts minor always 2005-03-18 20:47 2005-10-17 19:07
Reporter melle View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 0.4.5
Summary 0000123: Mailandsave: only the first e-mail recipients for answering machine messages is respected
Description When multiple recipients are configured via voice_email option, only the first recipient receives the message.

I use this setting:
voice_email="This Works <melle@xxx.at>, Does Not Work <user@home.xxxxxx.de>"
Additional Information I'm using the capisuite package from Debian testing (0.4.5-2). The mailandsave action to multiple recipients worked already for some time, but (as far as I can remember) it stopped some day. I assume after an update to a new capisuite version, but I'm not sure about that.
Attached Files

- Relationships

- Notes
(0000237)
melle
2005-03-18 20:49

Issue 0000121 may be related to this one.
 
(0000238)
tkeil69575
2005-10-17 19:07

I managed to fix this for myself by editing the cs_helpers.py

in cs_helpers.py search for the function sendMIMEMail, then look for:
import email.MIMEBase,email.MIMEText,email.MIMEAudio,email.Encoders,encodings.ascii,smtplib,popen2,capisuite

replace with:
import email.MIMEBase,email.MIMEText,email.MIMEAudio,email.Encoders,encodings.ascii,smtplib,popen2,capisuite,string

then search for:
server.sendmail(mail_from,mail_to,msg.as_string())

and add this line above that:
mail_to = string.split (mail_to, ",")

regards
tina
 

- Issue History
Date Modified Username Field Change
2005-03-18 20:47 melle New Issue
2005-03-18 20:47 melle Issue Monitored: melle
2005-03-18 20:49 melle Note Added: 0000237
2005-10-17 19:07 tkeil69575 Note Added: 0000238
2005-10-17 19:08 tkeil69575 Issue Monitored: tkeil69575


Mantis 0.19.2
Copyright © 2000 - 2004 Mantis Group
132 total queries executed.
21 unique queries executed.