procmail
[Top] [All Lists]

Re: Problem when filtering with lynx

2005-06-08 02:29:21
Hatto von Hatzfeld schreef:

In order to convert a html body into plain text I use this filter
(after having defined the charset vars):

lynx -force_html -assume_charset=$HCHARSET
-display_charset=$LCHARSET -dump -stdin

My problem is: Lynx does not list the urls, i.e. it behaves as if the
option -nolist was given, while the same command given on the console
will show the plain text including a url list.

Does procmail do anything which might influence lynx in this case?

Can you share some more code please?  Are $HCHARSET and $LCHARSET
properly set?

Better try a simpler recipe first:

  VERBOSE=on

  :0 fbw
  * ^Content-Type: text/html;
  | lynx -stdin -dump -force_html

Maybe add '-tlog -trace' to the command line.


-- 
Grtz, Ruud


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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