I am sorry to ask you this question. what commands do i run after I modify the common.mrc, for i donot see any changes the way mhonarc handles my mails after i run make configure. do i need to run anything else
-----Original Message----- From: Earl Hood [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 5:08 PM To: [EMAIL PROTECTED] Subject: Re: mharc/mhonarc problem On March 13, 2003 at 16:01, Sunita Rajagopal wrote: > actually i have this in my common.mrc file, what do I change it to. > > <MIMEArgs override> > m2h_external::filter; inline useicon > m2h_text_plain::filter; attachcheck quote maxwidth=80 > m2h_text_html::filter; notitle > </MIMEArgs> > > doesn'rthe above filter mean it is going to handle html messages also > properly, if not what filter should I include. m2h_text_html::filter is the default HTML filter. For security reasons, the filter strips out DHTML-type markup to avoid cross-site scripting (XSS) attacks. Information about the filter, including options to allow markup to not be stripped, is described in the MIMEFILTERS reference page of the documentation: <http://www.mhonarc.org/MHonArc/doc/resources/mimefilters.html#m2h_text_html >. Make sure to read the various security cautions and notes when using some options. Note, if the messages include a text/plain alternative to the HTML part, you can add the following resource to help avoid the security problems of HTML mail: <MIMEAltPrefs> text/plain text/html </MIMEAltPrefs> You may want review the Security section of the FAQ before making any changes: <http://www.mhonarc.org/MHonArc/doc/faq/security.html> --ewh --------------------------------------------------------------------- To sign-off this list, send email to [EMAIL PROTECTED] with the message text UNSUBSCRIBE MHONARC-USERS --------------------------------------------------------------------- To sign-off this list, send email to [EMAIL PROTECTED] with the message text UNSUBSCRIBE MHONARC-USERS
