Hi everybody,
I successfully configured a sieve vacation script using the OX UI.
My problem is: SIEVE generates the returning mail SUBJECT from
the original mail if there is no(!) subject given in the script.
But: If I leave the subject field in the UI empty, OX generates a sieve
script containing an empty subject:
# Generated by OX Sieve Bundle on Thu May 14 09:59:03 CEST 2009
require "vacation" ;
## Flag: vacation|UniqueId:0|Rulename: Abwesenheitsbenachrichtigung
if true
{
vacation :days 7 :addresses "xx@yy.zz" :subject "" "Bin weg.";
}
Is there any fix that OX UI omits <subject = ""> if subject field in UI is left empty?
Antwort auch auf Deutsch moeglich!
Thanks for any help!
Vielen Dank!
Ulf
I successfully configured a sieve vacation script using the OX UI.
My problem is: SIEVE generates the returning mail SUBJECT from
the original mail if there is no(!) subject given in the script.
But: If I leave the subject field in the UI empty, OX generates a sieve
script containing an empty subject:
# Generated by OX Sieve Bundle on Thu May 14 09:59:03 CEST 2009
require "vacation" ;
## Flag: vacation|UniqueId:0|Rulename: Abwesenheitsbenachrichtigung
if true
{
vacation :days 7 :addresses "xx@yy.zz" :subject "" "Bin weg.";
}
Is there any fix that OX UI omits <subject = ""> if subject field in UI is left empty?
Antwort auch auf Deutsch moeglich!
Thanks for any help!
Vielen Dank!
Ulf
Comment