titanism

Results 457 comments of titanism

That's the bug though @andris9 that I'm sharing here, it's that the UID's aren't lining up with what the user actually intends to remove it seems. They are UID's, but...

This is with Wildduck message splitter, not mailsplit's @andris9

Also definitely try it without the `.replace(/\r?\n/g, '\r\n');`

I'm going to try to get a reproducible case with Wildduck here in the next hour or so.

I'm not able to reproduce this so it must be something specific to my application code. Taking a look now.

Perhaps this is a bug with `smtp-server` instead.

I have not been able to reproduce with `smtp-server` yet, only via tests. Going to try to see how I got this to reproduce in the first place now. For...

Okay I've been able to reproduce this. This is 100% some issue when you consume a stream from SMTP server with WildDuck's message splitter. The moment we swap from WildDuck's...

Going to try to get a reproducible code sample and then share it here, and try to find underlying cause.

It appears that `checkHeaders` is getting invoked with `data` arg equal to this: ``` Message-ID: To: [email protected] List-Unsubscribe: [email protected] From: Test Subject: testing this Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit H...