Stefan
There are some headers you cannot remove for outgoing messages, to be honest, I don't remember exactly which headers. Perhaps, something you can test with the command stripheaders.
The following information can be found in the CLI reference gu...
Hello,
It is possible to make URLs unclickable by configuring message filters or content filters with the action "defang", the following is an example of a filter to defang all the URLs in the body or subject of an email with an unknown reputation,...
HI May-ye
No, it cannot call third-party API interfaces. At least not yet.
The current API support of AsyncOS is limited to reports querying, tracking, and quarantining data. Additional details can be found in the following links.
AsyncOS API (cisco...
You can configure a message filter to drop the messages when the remote IP address of sender@example.com is not the one you are expecting from.
MF_Example: if (mail-from == "sender@example.com") AND ((not(remote-ip == "192.168.10.10")) { drop(); }...