[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: I upload two files (test.db and test_problem.db). The test.db is an SQLite which works ok (application/octet-stream), if I send it from: - gmail to my server - my server to gmail - yahoo to my server - my server to yahoo using my python program to send mail

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: "If Python is the problem or the server! But how can I say that my server has a problem if when I send this same file from my server no any other the file arrives ok." The phrase above I want to say that when I send the same file using a mail

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: Ok, let me try. I'm sending a mail using Python, as you can see the code in the first message. I'm sending a file which is a SQLite database. When I send the file from my SMTP server to any other or from any server to mine the file doesn't ar

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: r.david.murray, if more info is needed, please send me what kind. -- ___ Python tracker <http://bugs.python.org/issue9

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: It's not just a bad configured server. If I send the file with a mail client the file is sent ok. But Im having a problem just with my server. For example: 1 - If i send the file attached here test.db (SQLite3) from a gmail server to a yahoo server,

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: SOLVED!! MAIL SERVER BAD CONFIGURED. Thanks and sorry. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva : -- title: SMTP cross-domain with Sqlite3 file attached problem -> SMTP with Sqlite3 file attached problem ___ Python tracker <http://bugs.python.org/iss

[issue9297] SMTP cross-domain with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva : -- title: SMTP with Sqlite3 file attachment cross-domain problem -> SMTP cross-domain with Sqlite3 file attached problem ___ Python tracker <http://bugs.python.org/iss

[issue9297] SMTP with Sqlite3 file attachment cross-domain problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva : -- title: SMTP with Sqlite3 file attachment -> SMTP with Sqlite3 file attachment cross-domain problem ___ Python tracker <http://bugs.python.org/iss

[issue9297] SMTP with Sqlite3 file attachment

2010-07-18 Thread Murilo da Silva
New submission from Murilo da Silva : I'm sending e-mail using SMTP. This e-mail is sent with an Sqlite3 database attached. When I send the e-mail in the same domain the attachment arrives OK, but if I send it to a different domain it comes crashed!! The file is added with some base64 cod