Hi PMG Community,
I am trying to build my own "spamreport-custom.tt" to inform the users with the help of a script more frequently on new items in their quarantine. Background is, that we implemented a "Bad Filestype / Extention as Attachment" rule, to filter attachments based on their fIletype and extension. This method works already very reliable, but when I use the macro "[%item.file%]" I am wondering that the name of the file in the quarantine folder is shown. It would be more interesting for the end-user to see the original name of the file to get an impression if it is an expected file from a valid sender or really some attachment they are not interested in.
So my questions on this:
TOJ
I am trying to build my own "spamreport-custom.tt" to inform the users with the help of a script more frequently on new items in their quarantine. Background is, that we implemented a "Bad Filestype / Extention as Attachment" rule, to filter attachments based on their fIletype and extension. This method works already very reliable, but when I use the macro "[%item.file%]" I am wondering that the name of the file in the quarantine folder is shown. It would be more interesting for the end-user to see the original name of the file to get an impression if it is an expected file from a valid sender or really some attachment they are not interested in.
So my questions on this:
- Is there a list of available macros besides of item.file or is there some source code reference, I can look into, for the valid options currently supported?
- Is there another commandline tool or option I can lookup the original name of an blocked attachment? maybe in the objects saved in the database?
- How do you inform users on the blocked attachments, maybe somebody has a solution I possibly looked over yet
TOJ