My Oracle Support Banner

How Does Messaging Server Handle UTF-8 / Encodings In Sieve Scripts? (Doc ID 1514654.1)

Last updated on SEPTEMBER 26, 2024

Applies to:

Oracle Communications Messaging Server - Version 7.0.0 and later
Information in this document applies to any platform.
 

Goal

How does the MTA handle UTF-8 / encodings in sieve?

A user has the following Sieve fileinto action which seems to not be working - as if the criteria is not matching. Is it a problem with comparison of encoded characters?

require "fileinto";
if header :Contains ["From","Sender","Resent-from","Resent-sender","Return-path"] "xyz?? <user@sub.example.com>"
{
  fileinto "sub??";
  stop;
}

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
 Why that script did not work
 About Encodings in Sieve
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.