BUG: Forwarders don't like single quotes in a pipe

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,821
Location
Switzerland
When typing this
"|/path/to/script/runner -e production 'Mailman.receive(STDIN.read)'"
it's saved correctly in the aliases file, but when you want to edit the pipe again, everything after the first single quote is gone.
 
Last edited:
Hello,

I wasn't able to duplicate this with 1.36.0. I tried with Chrome, IE and firefox.
The forwarder value is url encoded, so the quotes shouldn't matter.

On my end, with 1.36.0, the input field on the "Modify" page looks like
Code:
<input type=text name=email value="&#34&#124/path/to/script/runner &#45e production &#39Mailman.receive&#40STDIN.read&#41&#39&#34" size=32>
and is modified correctly.

Let me know if I'm missing something.

John
 
Hello John,

Sorry I gave you the wrong "page" information. The action takes place in the aliases file, but the problem shows on CMD_EMAIL_CATCH_ALL.

On a related note, any language string, used in Javascript, that contains a single quote breaks the skin.

Cheers,

Olivier
 
Back
Top