Summary | Very strange stripping of messages |
Queue | IMP |
Queue Version | 5.0.7 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | azurit (at) pobox (dot) sk |
Created | 06/21/2011 (5125 days ago) |
Due | |
Updated | 06/21/2011 (5125 days ago) |
Assigned | |
Resolved | 06/21/2011 (5125 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
pear upgrade Net_SMTP
State ⇒ Duplicate
Ticket #10122.Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Very strange stripping of messages
Type ⇒ Bug
State ⇒ Unconfirmed
sent messages. I'm able to reproduce it by sending this message
(without '-'s):
-------
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.
? this will be stripped
-------
Message must have this format:
75 ASCII characters, dot, new line, anything which includes at least
one unicode character.
Everything after the dot (including the dot) will be stripped, in the
example above, receiver will receive this (without '-'s):
-------
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-------
I even tried to upgrade libxml2 to version 2.7.8 but it didn't help.
Everything is fine when sending the same message via Thunderbird.