mhonarc-users

Re: Suppressing Part of a Message

2000-05-05 15:23:10
Wade VanBuskirk wrote:

I have attempted to make and "register" a revised filter, but I got
the following error:

Reading /home/wade/nsmail/temp .
Can't locate /home/wade/MHonArc2.3.3/bin/mhtxtplain2.pl in @INC at
/usr/local/lib/perl5/site_perl/readmail.pl line 769, <FOPEN2> chunk
48.

Am I supposed to put the filter somewhere special?

No, you can put it whereever you like, as long as you specify the full
pathname correctly. You shouldn't have received the above error message
if the pathname had been correct, so I think you should check it again.

I have the following in my rcfile (I added the explict path when it
failed the first time):

<MIMEFilters>
text/html;                 m2h_text_html::filter;
/home/wade/MHonArc2.3.3/bin/mhtxthtml2.pl
text/plain;                m2h_text_plain::filter;
/home/wade/MHonArc2.3.3/bin/mhtxtplain2.pl
</MIMEFilters>

Please note that the whole specification for one filter must be on the
same line, i.e.

<MIMEFilters>
text/html;  m2h_text_html::filter;  /home/wade/MHonArc2.3.3/bin/mhtxthtml2.pl
text/plain; m2h_text_plain::filter; /home/wade/MHonArc2.3.3/bin/mhtxtplain2.pl
</MIMEFilters>

/ Gunnar

<Prev in Thread] Current Thread [Next in Thread>