Re: file corruption after transmission over email

2022-06-01 Thread Kevin J. McCarthy
On Sun, May 29, 2022 at 01:15:51PM -0300, Marcelo Laia wrote: tee >(lbdb-fetchaddr -a)|/usr/bin/msmtp -a gmail $@ Perhaps lbdb-fetchaddr is closing input before the end of the message, and tee is exiting on a SIGPIPE? Mutt 2.2 had a fix to properly reset signals (specifically SIGPIPE) on

Re: file corruption after transmission over email

2022-06-01 Thread Kurt Hackenberg
On 2022/06/01 12:17, Marcelo Laia wrote: tee >(lbdb-fetchaddr -a)|/usr/bin/msmtp -a gmail $@ ... 1. http://www.jukie.net/bart/blog/lbdb-and-mutt Ah, bash's "process substitution". I forgot about that.

Re: file corruption after transmission over email

2022-06-01 Thread Patrick Shanahan
* Marcelo Laia [06-01-22 12:17]: > On 29/05/22 at 12:49, Kurt Hackenberg wrote: > > On 2022/05/29 12:15, Marcelo Laia wrote: > > > > > If I send a message using > > > > > > tee >(lbdb-fetchaddr -a)|/usr/bin/msmtp -a gmail $@ > > > > > > the attached file with embedded image got corrupted > >

Re: file corruption after transmission over email

2022-06-01 Thread Marcelo Laia
On 29/05/22 at 12:49, Kurt Hackenberg wrote: > On 2022/05/29 12:15, Marcelo Laia wrote: > > > If I send a message using > > > > tee >(lbdb-fetchaddr -a)|/usr/bin/msmtp -a gmail $@ > > > > the attached file with embedded image got corrupted > > What is that line intended to do? Hi Kurt! I'm

Re: file corruption after transmission over email

2022-05-29 Thread Kurt Hackenberg
On 2022/05/29 12:15, Marcelo Laia wrote: If I send a message using tee >(lbdb-fetchaddr -a)|/usr/bin/msmtp -a gmail $@ the attached file with embedded image got corrupted What is that line intended to do? Is the message intended to be on tee's standard input? If so, how does it get there?

Re: file corruption after transmission over email

2022-05-29 Thread Marcelo Laia
On 22/05/22 at 03:27, Marcelo Laia wrote: > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > Nowadays, senders have a feedback that attach files that I sent was > > corrupted. > > > > > After more tests, I found that if I use the mutt native smtp, attach is > properly transmitted. I could

Re: file corruption after transmission over email

2022-05-22 Thread Marcelo Laia
On 18/05/22 at 01:17, Marcelo Laia wrote: > > Nowadays, senders have a feedback that attach files that I sent was > corrupted. > After more tests, I found that if I use the mutt native smtp, attach is properly transmitted. I could open it very well! So, I think there is a problem with msmtp

Re: file corruption after transmission over email

2022-05-22 Thread Marcelo Laia
On 22/05/22 at 09:06, Marcelo Laia wrote: > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > Nowadays, senders have a feedback that attach files that I sent was > > corrupted. > > > > After a lot of tests, I found: > > 1. Files with image/figure was damaged > > 2. If images are remove from

Re: file corruption after transmission over email

2022-05-22 Thread Marcelo Laia
On 18/05/22 at 01:17, Marcelo Laia wrote: > > Nowadays, senders have a feedback that attach files that I sent was > corrupted. > After a lot of tests, I found: 1. Files with image/figure was damaged 2. If images are remove from files, they are transferred by mutt intact. Could you do a test

Re: file corruption after transmission over email

2022-05-21 Thread Patrick Shanahan
* Marcelo Laia [05-21-22 15:24]: > On 20/05/22 at 01:30, Marcelo Laia wrote: > > On 20/05/22 at 01:22, Marcelo Laia wrote: > > > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > > > > > Nowadays, senders have a feedback that attach files that I sent was > > > > corrupted. > > > > > > > > Have

Re: file corruption after transmission over email

2022-05-21 Thread Marcelo Laia
On 20/05/22 at 01:30, Marcelo Laia wrote: > On 20/05/22 at 01:22, Marcelo Laia wrote: > > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > > > Nowadays, senders have a feedback that attach files that I sent was > > > corrupted. > > > > > > Have a someone similar issue? > > So, there are some

Re: file corruption after transmission over email

2022-05-20 Thread Patrick Shanahan
* Marcelo Laia [05-20-22 12:32]: > On 20/05/22 at 01:22, Marcelo Laia wrote: > > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > > > Nowadays, senders have a feedback that attach files that I sent was > > > corrupted. > > > > > > Have a someone similar issue? > > > > > > > > > I found that

Re: file corruption after transmission over email

2022-05-20 Thread Marcelo Laia
On 20/05/22 at 01:22, Marcelo Laia wrote: > On 18/05/22 at 01:17, Marcelo Laia wrote: > > > > Nowadays, senders have a feedback that attach files that I sent was > > corrupted. > > > > Have a someone similar issue? > > > > > I found that issue is related to GMail. > > I sent the same attach

Re: file corruption after transmission over email

2022-05-20 Thread Marcelo Laia
On 18/05/22 at 01:17, Marcelo Laia wrote: > > Nowadays, senders have a feedback that attach files that I sent was > corrupted. > > Have a someone similar issue? > I found that issue is related to GMail. I sent the same attach from a Yahoo account and I got it open normally, like a charm!

Re: file corruption after transmission over email

2022-05-20 Thread Marcelo Laia
On 20/05/22 at 11:09, Patrick Shanahan wrote: > I have for many years w/o problem: > set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8" Not solved! -- Marcelo

Re: file corruption after transmission over email

2022-05-20 Thread Patrick Shanahan
* Marcelo Laia [05-20-22 11:02]: > On 18/05/22 at 10:42, Paul Gilmartin via Mutt-users wrote: > > On May 18, 2022, at 10:17:56, Marcelo Laia wrote: > > > > > > Nowadays, senders have a feedback that attach files that I sent was > > > corrupted. > > > > > > Have a someone similar issue? > > >

Re: file corruption after transmission over email

2022-05-20 Thread Marcelo Laia
On 18/05/22 at 10:42, Paul Gilmartin via Mutt-users wrote: > On May 18, 2022, at 10:17:56, Marcelo Laia wrote: > > > > Nowadays, senders have a feedback that attach files that I sent was > > corrupted. > > > > Have a someone similar issue? > > > Do you know (Orr can thee recipients tell you):

Re: file corruption after transmission over email

2022-05-18 Thread Marcelo Laia
On 18/05/22 at 10:42, Paul Gilmartin via Mutt-users wrote: > > Can you test by sending a message with only small > attachments to: e...@univie.ac.at > ??? > OK, I do that. But, I don't known what I need to search inside the echo response. Could you point me out? -- Marcelo

Re: file corruption after transmission over email

2022-05-18 Thread Paul Gilmartin via Mutt-users
On May 18, 2022, at 10:17:56, Marcelo Laia wrote: > > Nowadays, senders have a feedback that attach files that I sent was > corrupted. > > Have a someone similar issue? > Do you know (Orr can thee recipients tell you): Content-Type: and Content-Transfer-Encoding: 7bit Can you test by