[issue9297] SMTP with Sqlite3 file attached problem

2016-03-27 Thread Berker Peksag

Berker Peksag added the comment:

> Unless someone can reproduce the issue, I recommend that we close this ticket.

I couldn't reproduce it either.

--
nosy: +berker.peksag
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2013-04-13 Thread Jessica McKellar

Jessica McKellar added the comment:

murilobr, thank you for the detailed and persistent bug report :)

I was not able to reproduce this issue when sending mail from myself to myself 
through an open Google SMTP server*, using either Python 2.7** or 3.1. Do you 
experience this issue with a GMail SMTP server? If not, this seems like 
something specific to your environment--perhaps a custom SMTP server you are 
using?

Unless someone can reproduce the issue, I recommend that we close this ticket.

* e.g. one from

$ nslookup
 set type=MX
 google.com
Server:192.168.1.1
Address:192.168.1.1#53
Non-authoritative answer:
google.commail exchanger = 10 aspmx.l.google.com.
google.commail exchanger = 50 alt4.aspmx.l.google.com.
google.commail exchanger = 20 alt1.aspmx.l.google.com.
google.commail exchanger = 30 alt2.aspmx.l.google.com.
google.commail exchanger = 40 alt3.aspmx.l.google.com.

** This is targeted at 3.1 but the example uses str.decode, which doesn't exist 
in Python 3, so I went back and checked on 2.7.

--
nosy: +jesstess
versions: +Python 2.7 -Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

It crashed is not enough information to diagnose your problem or whether or 
not there is a Python bug here.  Can you provide additional information please? 
 A minimal test case that reproduces the problem would be best.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com added the comment:

SOLVED!! MAIL SERVER BAD CONFIGURED.

Thanks and sorry.

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com 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, the e-mail arrives ok.

2 - If i send the file test.db from my mail server to my mail server, the 
e-mail arrives ok too (independent of the account name).

3 - If i send the file test.db from gmail to my mail server the file arrives 
with bigger size (4kb original - 5.1kb with problem)

The log to the first (1) situation:

send: 'ehlo mmac.local\r\n'
reply: b'250-mx.google.com at your service, [189.5.249.91]\r\n'
reply: b'250-SIZE 35651584\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-STARTTLS\r\n'
reply: b'250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: b'mx.google.com at your service, 
[189.5.249.91]\nSIZE 35651584\n8BITMIME\nSTARTTLS\nENHANCEDSTATUSCODES'
send: 'STARTTLS\r\n'
reply: b'220 2.0.0 Ready to start TLS\r\n'
reply: retcode (220); Msg: b'2.0.0 Ready to start TLS'
send: 'ehlo mmac.local\r\n'
reply: b'250-mx.google.com at your service, [189.5.249.91]\r\n'
reply: b'250-SIZE 35651584\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN XOAUTH\r\n'
reply: b'250 ENHANCEDSTATUSCODES\r\n'
reply: retcode (250); Msg: b'mx.google.com at your service, 
[189.5.249.91]\nSIZE 35651584\n8BITMIME\nAUTH LOGIN PLAIN 
XOAUTH\nENHANCEDSTATUSCODES'
send: 'AUTH PLAIN AG11cmlsb2JyQGdtYWlsLmNvbQA2NHglOCp3Vnc4OQ==\r\n'
reply: b'235 2.7.0 Accepted\r\n'
reply: retcode (235); Msg: b'2.7.0 Accepted'
send: 'mail FROM:muril...@gmail.com size=5963\r\n'
reply: b'250 2.1.0 OK h41sm27362860qcz.25\r\n'
reply: retcode (250); Msg: b'2.1.0 OK h41sm27362860qcz.25'
send: 'rcpt TO:murilosilv...@yahoo.com.br\r\n'
reply: b'250 2.1.5 OK h41sm27362860qcz.25\r\n'
reply: retcode (250); Msg: b'2.1.5 OK h41sm27362860qcz.25'
send: 'data\r\n'
reply: b'354  Go ahead h41sm27362860qcz.25\r\n'
reply: retcode (354); Msg: b'Go ahead h41sm27362860qcz.25'
data: (354, b'Go ahead h41sm27362860qcz.25')
send: 'Content-Type: multipart/mixed; 
boundary0772040488==\r\nMIME-Version: 1.0\r\nSubject: 
teste\r\nFrom: muril...@gmail.com\r\nto: 
murilosilv...@yahoo.com.br\r\n\r\n--===0772040488==\r\ncontent-type:
 text/plain; charset=us-ascii\r\nMIME-Version: 
1.0\r\nContent-Transfer-Encoding: 
7bit\r\n\r\nteste\r\n\r\n--===0772040488==\r\nContent-Type: 
application/octet-stream\r\nMIME-Version: 1.0\r\nContent-Transfer-Encoding: 
base64\r\nContent-Disposition: attachment; 
filename=test.db\r\n\r\nU1FMaXRlIGZvcm1hdCAzAAQAAQEAQCAgCAIBAAABAA0DAloAA3gDJgJaAAA
 
AAACBSQMHFx8fAYJhdGFibGVtYWlsX3NlbnRtYWlsX3NlbnQEQ1JFQVRFIFRBQkxFIG1haWxfc2VudChpZCBJTlRFR0VSIFBSSU1BUlkgS0VZIEFVVE9JTkNSRU1FTlQsIGJrcF9kb25lX2lkIElOVEVHRVIsIHRvX21haWwgVkFSQ0hBUig1MCksIHNlbnRfYXQgREFURVRJTUUsIEZPUkVJR04gS0VZKGJrcF9kb25lX2lkKSBSRUZFUkVOQ0VTIGJrcF9kb25lKGlkKSlQAgYXKysBWXRhYmxlc3FsaXRlX3NlcXVlbmNlc3FsaXRlX3NlcXVlbmNlA0NSRUFURSBUQUJMRSBzcWxpdGVfc2VxdWVuY2UobmFtZSxzZXEpgQUBBxcdHQGBXXRhYmxlYmtwX2RvbmVia3BfZG9uZQJDUkVBVEUgVEFCTEUgYmtwX2RvbmUoaWQgSU5URUdFUiBQUklNQVJZIEtFWSBBVVRPSU5DUkVNRU5ULCBmaWxlX25hbWUgVkFSQ0hBUig1MCksIGRvd25sb2FkX2F0IERBVEVUSU1FKQ0DA5EAA9sDtgOR
 

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com added the comment:

r.david.murray,

if more info is needed, please send me what kind.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Well, in the information you just gave you don't explain how Python is 
involved, so that would be a good place to start.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com 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 arrive as test.db attached here, but it arrives like 
test_problem.db.
But it arrives ok if I send from gmail to yahoo for example.

I want some help to discover what kind of problem is happening.
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 question is have something to do with Python to solve? Is it a bug?

Do you understand my point?

Thanks you very much for your time.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com 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 
client as Mail from Mac OSX, the file arrives ok.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

OK.  In your previous message you said the problem came when you sent from 
gmail to your server.  I guess that was a typo.

If you write the file generated by your python program to a file instead of 
sending it through your SMTP server, is it already incorrect?  If so, can you 
give me a little more information on *how* it is incorrect?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva

Murilo da Silva muril...@gmail.com 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 with the file test.db attached, it arrives 
as the example test_problem.db uploaded.

But if I send test.db using a Mail Client by the 4 ways above, instead of my 
python program it arrives as test.db.

Do you understand??
Thank you for your time.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9297] SMTP with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva

Changes by Murilo da Silva muril...@gmail.com:


--
title: SMTP cross-domain with Sqlite3 file attached problem - SMTP with 
Sqlite3 file attached problem

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9297
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com