Sieve filter script EXECUTION FAILED
Aki Tuomi
aki.tuomi at open-xchange.com
Fri Oct 30 19:57:39 EET 2020
> On 30/10/2020 19:25 Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote:
>
>
> On 30/10/2020 17:11, @lbutlr wrote:
> [...]
> > echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'
>
> What should the sed stuff do?
> TTBOMK '|' is not known by sed ...
>
> MfG,
> Bernd
sed accepts | as alternative for / as boundary.
But I think the sed here is missing 's' from start, so this does not actually do anything...
Aki
More information about the dovecot
mailing list