Ticket #1485294 (closed Bugs: fixed)
Error when sending a mail from the adress book
| Reported by: | miniwark | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On of my users have try to send a message from adress book :
1) he go into the adress book
2) he choice a recipient and from here decide to send a message
3) in the To field he have something like:
supergirl <mygirl@hotmail.com>And decide to change the display name when writing to:
mygirl <mygirl@hotmail.com>
Then when he send his message, sending is refused by the postfix server beacause of a bad recipiend adress format (see bellow. if he did not change the display name the message is well sended.
- Maybe it will be better to just add mail adress in the To field and not display name in this case.
- A specific roundcube error about the bad recipient adress would be cool to.
Here is my postfix error message :
Transcript of session follows. Out: 220 www.somewhere.com ESMTP Postfix (Linux OpenSuSE) In: EHLO www.somewhere.com Out: 250-www.somewhere.com Out: 250-PIPELINING Out: 250-SIZE 26500000 Out: 250-ETRN Out: 250-STARTTLS Out: 250-ENHANCEDSTATUSCODES Out: 250-8BITMIME Out: 250 DSN In: MAIL FROM:<machin@somewhere.com> Out: 250 2.1.0 Ok In: RCPT TO:<mygirl<mygirl@hotmail.com> Out: 501 5.1.3 Bad recipient address syntax In: RSET Out: 250 2.0.0 Ok In: QUIT Out: 221 2.0.0 Bye
Change History
Note: See
TracTickets for help on using
tickets.
