#1487685 closed Bugs (fixed)
managesieve not showing multi line vacation text with lines ending with semicolon
| Reported by: | emilio@… | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.5.1 |
| Component: | Plugins | Version: | git-master |
| Severity: | normal | Keywords: | managesieve |
| Cc: |
Description
the roundcube (tested against current SVN revision, 4417) filter interface is not able to show multiline autoresponder text (it only shows an empty textarea);
it does work correctly if you put only one line for the text.
(note that in the actual sieve scripts the multiline text is labelled as "vacation text:" while the single line one is labbelled only "vacation")
Attachments (1)
Change History (10)
comment:1 Changed 2 years ago by alec
- Component changed from User Interface to Plugins
- Milestone changed from later to 0.6-beta
comment:2 Changed 2 years ago by alec
comment:3 Changed 2 years ago by emilio@…
ops,
I did some more test and I understand that I can see the problem only if one of the line end with a semicolon (;) char (and the text is multiline)...
...maybe a problem escaping the ";"?
in attach a sample of a script (created from the web interface) which does not show up in the textarea
Changed 2 years ago by emilio@…
comment:4 Changed 2 years ago by emilio@…
- Summary changed from managesieve not showing multi line vacation text to managesieve not showing multi line vacation text with lines ending with semicolon
comment:5 Changed 2 years ago by alec
- Milestone changed from 0.6-beta to 0.5.1
- Resolution set to fixed
- Status changed from new to closed
Works for me with r4423/svn change.
comment:6 Changed 2 years ago by emilio@…
hum... still bugged: now it shows the message only up to the first line ending with the semicolon, discarding everything after this :-( (ie, if you have something AFTER the semicolon you will not see it)
comment:7 Changed 2 years ago by alec
- Resolution fixed deleted
- Status changed from closed to reopened
Right. I didn't check this precissely.
comment:8 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in r4447/svn
comment:9 Changed 2 years ago by emilio@…
confirm it's fixed! (thanks)

Works for me. Provide example script, please.