6.0.0-alpha12
6/12/25

[#12700] empty message if one of recipients is ">"
Summary empty message if one of recipients is ">"
Queue IMP
Queue Version 6.1.4
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester jiri.reischig (at) ecn (dot) cz
Created 09/19/2013 (4284 days ago)
Due
Updated 10/15/2013 (4258 days ago)
Assigned 10/14/2013 (4259 days ago)
Resolved 10/14/2013 (4259 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/15/2013 09:16:54 AM jiri (dot) reischig (at) ecn (dot) cz Comment #6 Reply to this comment
I'm sorry, but I'm using recomended SMTP as mailer in Horde configuration.
We also using IMAP server not POP3.
10/14/2013 05:48:03 PM Michael Slusarz Comment #5
State ⇒ Not A Bug
Reply to this comment
Don't use sendmail.  This is explicitly mentioned in the configuration 
documents.  It is impossible to reliably do error handling.  Use SMTP.
10/14/2013 01:52:43 PM Jan Schneider Comment #4
State ⇒ Feedback
Reply to this comment
The entry looks fine, though you should NEVER add a complete backend 
configuration into backends.local.php, unless you absolutely need to.
I'm not sure if logging works on POP3 connections too though.
09/27/2013 07:19:34 PM jiri (dot) reischig (at) ecn (dot) cz Comment #3 Reply to this comment
I'm sorry to late.

I try enable debuging on our server but without success.

My backends.local.php look like this:

$servers['pop'] = array(
     'name' => IMAP Server',
     'hostspec' => 'localhost',
     'hordeauth' => false,
     'protocol' => 'imap',
     'port' => 143,
     'secure' => false,
     'maildomain' => 'ecn.cz',
     'realm' => 'ecn.cz',
     'cache' => true,
     'preferred' => 'true',
     'debug' => '/tmp/imp_imap.log',
     'debug_raw' => true,
     'smtp' => array(
         'auth' => false,
         'debug' => '/tmp/imp_imap.log',
         'debug_raw' => true,
         'host' => 'localhost',
         'localhost' => 'smtp.ecn.cz',
         'port' => 25,
     ),
);

,but debug file is empty.

I was looking to my maillog and there are relevant lines:
Sep 27 21:10:43 ecn4 sendmail[8933]: r8RJAhvN008933: <">"@ecn.cz>... 
User unknown
Sep 27 21:10:43 ecn4 sendmail[8933]: r8RJAhvN008933: 
from=<jiri.reischig@ecn.cz>, size=0, class=0, nrcpts=1, 
msgid=<201309271910.r8RJAhvN008933@ecn4.ecn.cz>, proto=ESMTP, 
daemon=MTA, relay=ecn4.ecn.cz [89.250.245.71]


Please, send me more information how can I make debug file from IMP.

09/25/2013 06:19:31 PM Michael Slusarz State ⇒ No Feedback
 
09/19/2013 11:50:57 PM Michael Slusarz Comment #2
Priority ⇒ 1. Low
Reply to this comment
This sounds extremely unlikely.  A malformed address should have no 
bearing on the rest of the message body.

I can't actually test this locally, since my local SMTP server will 
decline the message as it interprets '>' as a local user name, and 
that user doesn't exist.  At a minimum you need to provide an SMTP log 
(see imp/config/backends.php).

For the record, ">" is a valid e-mail address.  By itself, it means 
the local user named >.  (A bare >, without quotes, is NOT a valid 
e-mail address.  But this is correctly caught by our parser and 
rejected).
09/19/2013 10:38:20 AM jiri (dot) reischig (at) ecn (dot) cz Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 09/18/2013
Summary ⇒ empty message if one of recipients is ">"
Type ⇒ Bug
Reply to this comment
IMP send empty email if one of recipient is ">".
It's not good email address, but the email is send empty for others 
well formated email addresses.
Example recipients list:
  john.doe@com.com, ">"

Saved Queries