Opened 21 months ago
Closed 21 months ago
#1488077 closed Bugs (worksforme)
Messages truncated on Single Dot
| Reported by: | oliwel | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | 0.6-stable |
| Component: | SMTP connection | Version: | git-master |
| Severity: | critical | Keywords: | |
| Cc: |
Description
A single dot on a line is not escaped and causes the message to be truncated at this line.
Reproduce: Compose a message in text mode, put a single dot on a line and write some lines afterwards. After sending the message via SMTP, the message contains only the lines up to the single dot. Debugging the SMTP connection shows (as expected) that the single dot inside the message is interpreted as "end of data".
Change History (1)
comment:1 Changed 21 months ago by alec
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Works for me. I think you're using some old and broken Net_SMTP package version. Please, use the package provided with Roundcube release.