Solved
Fortimail 7.0 series Banned words
Hi community
Can someone kindly assisting in guiding me how to enter banned words in Fortimail via CLI - in a batch? Is it possible?
I have over 300 of them, clearly not to be entered one by one in the gui.
Hi community
Can someone kindly assisting in guiding me how to enter banned words in Fortimail via CLI - in a batch? Is it possible?
I have over 300 of them, clearly not to be entered one by one in the gui.
Hi NeoRant
Here is how to do with CLI, however it is still not feasible to do it manually, so either use a good text editor that helps you automatize creating your command file, or use a python script to generate your command file from a csv file containing your banned words.
config profile antispam
edit AS_Custom
config bannedwords
edit word1
set body enable
set subject enable
next
edit word2
set body enable
set subject enable
next
edit word3
set body enable
set subject enable
next
end
end
Hope it helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.