Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am getting issues on a RELAY mail flow policy where messages are being aborted with the error "Message header too big."
What is the default limit for message header sizes and how can you change it for particular senders?
I am using edit-body-text to remove particular text from an email. This is partially working but not completely.
The text is getting stripped out of the text/plain part of the mail but not out of the txt/html part so unless I send the mail in plain t...
What are the limitations with using edit-body-text if any? I am trying to replace a long piece of text in the body of an email and wondered if there was a limitation in the field length when putting in the first parameter. I am looking to replace the...
I am looking to create a content/message filter that will insert a disclaimer in a mail if the original mail contains an attachment or a URL link. How can I do that?
Thanks for the response Libin.
I have not Graymail enabled so it is not the bug. I have enabled the debugging though and can see it is the "To:" header which is too long. The messages that are getting issues are journalled messages from Exchange and ...
So I am slowly getting further with this. The text is getting stripped out of the text/plain part of the mail but not out of the txt/html part so unless I send the mail in plain text it remains.
Any ideas on how I can strip it out of the html part w...
Just a bit more detail. The filter I am using is:
Strip_Disclaimer: if recv-listener == "OutgoingMail" { edit-body-text("\\**\\nThis message originates.{3,}\\n\\**", " "); }
This seems to pick up the correct dat...
Thanks for the reply Robert but still a bit confused. So how I want this to work is that all inbound mail from the internet puts the disclaimer on as in my original post with the asterixes. What I am struggling with is that when we reply to that emai...