On 24.06.09 22:56, ferna...@dfcom.com.br wrote:
I'm trying to find a solution allowing user filtering attachments. My
environment uses sql user tables.
Um, do you mean 'reject if mail has attachment of a certain type'?
Or do you mean you want to run an actual filtering program to examine
the contents of attachments?
In the former case it should be trivial to have rules that score
0.001 for each mime-type you want to block, then have the user's MDA deal
with it (if in fact the MDA cannot just check for the mime types directly
itself).
Or were you trying to have this happen during SMTP transaction?
- C