When creating a filter policy in Symantec Messaging Gateway, you might encounter the following error:
An unexpected database error has occurred. Please contact your system administrator.
The Control Center logs show this error:
java.sql.SQLSyntaxErrorException: (conn=X) Data too long for column 'match_string' at row 1
The match_string field in the database has a 255-character limit for ASCII strings. However, the change of the decoding of non-ASCII characters in SMG 10.9.1 causes each non-ASCII character to be expanded 7 times in length.
To avoid this issue:
Note: If this behavior changes in future releases, this article will be updated accordingly