ITReading ITReading wrote: > Hello all, > A college of mine hopes to develop a SpamAssassin rule to apply a > negative score to an email that contains a certain attachment type. The > attachment is a comma delimited txt file that always has an extension of > .TML . >
See today's thread "Re: Custom Rule", which does this exact thing. Summarizing from that thread, something like this should work: full L_TML_FILE /Content-Disposition: attachment;.{0,30} filename=.{0,50}\.tml/i