6.0.0-beta1
8/8/25

[#5509] procmail script uses wrong echo commands
Summary procmail script uses wrong echo commands
Queue Ingo
Queue Version 1.1.3
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester mrness (at) technosoft (dot) ro
Created 06/28/2007 (6616 days ago)
Due
Updated 07/31/2007 (6583 days ago)
Assigned
Resolved 07/31/2007 (6583 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/31/2007 08:41:34 PM Chuck Hagenbuch Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of bug 5273.
06/28/2007 09:41:15 AM mrness (at) technosoft (dot) ro Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ procmail script uses wrong echo commands
Queue ⇒ Ingo
Reply to this comment
procmail.php generates echo commands in .procmailrc without using -e option.

According to man 1 echo (at least on my Gentoo), the default option is 
-E, which means interpretation of backslash escapes is disabled. 
Naturally, the auto-reply text will contain \\r\\n instead of <CR><LF>.



Please add -e option to echo commands.

Saved Queries