[cvs] bogofilter/doc bogofilter-faq-fr.html, 1.62,	1.63 bogofilter-faq.html, 1.143, 1.144
    Matthias Andree 
    matthias.andree at gmx.de
       
    Sun Aug  6 20:31:25 CEST 2006
    
    
  
David Relson <relson at users.sourceforge.net> writes:
> Update of /cvsroot/bogofilter/bogofilter/doc
> In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8240
>
> Modified Files:
> 	bogofilter-faq-fr.html bogofilter-faq.html 
> Log Message:
> Replace mailtool reference with formail.
A long time ago...
>
> Index: bogofilter-faq.html
> ===================================================================
> RCS file: /cvsroot/bogofilter/bogofilter/doc/bogofilter-faq.html,v
> retrieving revision 1.143
> retrieving revision 1.144
> diff -u -d -r1.143 -r1.144
> --- bogofilter-faq.html	16 May 2006 20:02:13 -0000	1.143
> +++ bogofilter-faq.html	21 Jul 2006 03:19:58 -0000	1.144
> @@ -515,8 +515,10 @@
>  
>      <p>The following list may be able help you:</p>
>      <dl>
> -      <dt>UW-IMAP/PINE mbx format</dt><dd>To convert to mbox:
> -      <kbd>mailtool copy /full/path/to/mail.mbox '#driver.unix//full/path/to/mbox'</kbd></dd>
> +      <dt>UW-IMAP/PINE mbx format</dt>
> +      <dd>To convert to mbox:
> +      <kbd>for MSG in /full/path/to/maildir/* ; do formail -I Status: < "$MSG" >> /full/path/to/mbox; done</kbd>
I wonder if this is useful. Sites running UWashington software may often
have mailtool installed, but not procmail. This reference to formail
implicitly encourages sites to install procmail, which I'd consider
deprecated.
-- 
Matthias Andree
    
    
More information about the bogofilter-dev
mailing list