
hege at hege
Apr 16, 2012, 7:46 AM
Post #6 of 6
(428 views)
Permalink
|
On Mon, Apr 16, 2012 at 10:05:57AM -0400, Kevin A. McGrail wrote: > > > On 4/16/2012 9:58 AM, dhanushka ranasinghe wrote: > >Hi... > > > >we are running spamassassin+exim, but seems like MIMEDefang have > >issue integrating to exim..., do you know any doc or guide to follow. > >i searched the google a more than week but couldn't find out way to > >do attachement name scan using spamassassin ( Can you guys point me to > >the right direction) > I believe MD can work with Postfix and Sendmail. I do not know if it > can work with exim. > > For attachment name scans, it's going to be likely raw rules which > are going to be fairly slow but perhaps someone else here knows a > better way. > > I, for better or worse, use MD to deal with attachment issues and SA > is likely not really the right avenue. There is likely a solution > but as I haven't needed one, I have forgotten if one exists. You are forgetting that SA pretty much does all the same MIME::Parsing than MD. ;-) Simplified rule.. mimeheader ATTACHMENT_EXE Content-Disposition =~ /\.exe[";]/i
|