On 18 Jan 2005 at 15:51, David F. Skoll wrote: > On Tue, 18 Jan 2005, Todd Aiken wrote: > > > Some of my Outlook loving users are whining that Outlook 2003 is > > displaying some of the MD/SA headers in the body of the message, most > > notably the "Content preview" and "Content analysis details". > > Those are not put in by MIMEDefang; something else must be doing it, > or you've modified the example filter quite a bit.
This is part of SpamAssassin's default configuration: [EMAIL PROTECTED]:~# head -46 /usr/share/spamassassin/10_misc.cf # SpamAssassin basic config file # # Please don't modify this file as your changes will be overwritten with # the next update. Use /etc/mail/spamassassin/local.cf instead. # See 'perldoc Mail::SpamAssassin::Conf' for details. # # <@LICENSE> # Copyright 2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # </@LICENSE> # ########################################################################## # # Default template. Try to keep it under 78 columns (inside the the dots below). # ........................................................................ clear_report_template report Spam detection software, running on the system "_HOSTNAME_", has report identified this incoming email as possible spam. The original message report has been attached to this so you can view it (if it isn't spam) or label report similar future email. If you have any questions, see report _CONTACTADDRESS_ for details. report report Content preview: _PREVIEW_ report report Content analysis details: (_SCORE_ points, _REQD_ required) report report " pts rule name description" report ---- ---------------------- -------------------------------------- ------------ report _SUMMARY_ # SA is putting in blank lines in this section, so probably if I remove the three "report" lines with nothing after them above, that should solve my problem. CU L8R... Todd A. Aiken Systems Analyst - Administrator Cole Computer Centre BISHOP'S UNIVERSITY Lennoxville, Quebec, CANADA HTML in email is like putting an air conditioner on a motorcycle. Read why here: http://www.expita.com/nomime.html _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

