Upgrade to 3.2.2 and sieve
Jean Charles Delépine
delepine at u-picardie.fr
Fri Jun 26 08:18:51 EDT 2020
Stephan <steffo76 at gmx.de> écrivait (wrote) :
> sieve_rebuild: [path to script] parse failed: script errors:#015#012line
> 5: header 'resent-from': not a valid header for an address test
I had the same error with a 2.5 to 3.0 migration.
Corrected with 'rfc3028_strict: 0' :
rfc3028_strict: 1
If enabled, Sieve will be strict (per RFC 3028) with regards to which
headers are allowed to be used in address and envelope tests. This means that
only those headers which are defined to contain addresses will be allowed in
address tests and only "to" and "from" will be allowed in envelope tests.
When disabled, ANY grammatically correct header will be allowed.
More information about the Info-cyrus
mailing list