Edmonds, J.B. wrote: > Has anyone implemented a filter that strips attachments with specific > extensions such as exe, html, asp, etc. > > I am looking for one that I can feed a list of extensions, have those > stripped and the mail message updated to reflect they have been deleted. > > I wasn't able to determine this from the filter info on the xMail web > site. > > J. B. Edmonds=20 > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > >
see the xav virus filter for an example. it uses munpack to unpack the message and then checks the attachments with an AV scanner. you could do the same thing, but instead of an AV scanner just compare the extensions on the files with your list. J Gainey. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
