Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
Description
Exception message is not well formatted when thrown by error mapping.
For example, when having the two following mappings:
- error mapping for user "test" at domain "localhost": "bounce!"
- error mapping for user "test" at domain "localhost": "error"
throws a ErrorMappingException with messaage: "bounce!;error:error"
Other example, with mappings:
- error mapping for user "test" at domain "localhost": "bounce!"
- address mapping for user "test" at domain "localhost": "test@localhost"
throws a ErrorMappingException with messaage: "bounce!;test@localhost"