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 |
State ⇒ Duplicate
bug 5273.State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ procmail script uses wrong echo commands
Queue ⇒ Ingo
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.