You can add the desired text on top of the message you want by adding a disclaimer.
below, is an example:
1. First, create and personalize the message
CLI>message set en_US.ISO_8859-1 filter.disclaimer.dangerousFile
Enter message (including headers), finish with a '.' on a line by itself:
==============================================================
Attention, le fichier joint peut etre dangereus pour votre ordinateur
==============================================================
.
2. After that, create the filter:
CLI>filter add "(domain=any)" zipwarn disclaimer "(message=filter.disclaimer.dangerousFile)(position=top)(name=file-warning.txt)" anyof continue
Enter filter rules, finish with '.' on a line by itself:
:ATTACHMENTFILENAME contains "zip"
You might need to set up the priorities of your filters accordingly. Refer to the protocol guide to understand how it works.
Comments
0 comments
Please sign in to leave a comment.