procmail
[Top] [All Lists]

Re: How to get HEADER AND BODY into a variable?

2007-09-18 07:34:13
In message <20070918132511(_dot_)GD1685(_at_)freenet(_dot_)de>, Michelle 
Konzack wrote:

I have tried to use:

----8<------------------------------------------------------------------
MAILDIR=${HOME}/Maildir_sandbox
DEFAULT=${MAILDIR}/

VERBOSE=on
LINEBUFF=8192

:0
* ! X-Loop:(_dot_)*linux4michelle(_at_)freenet\(_dot_)de
* B ?? This message was cancelled from within Mozilla
{ 
  NEWMSG=`sed 's|^|> |'`
  
  :0hc

Try either with :0hbc or :0c.  Either should cause the header _and_ the
body to be passed to formail.  By specifying just 'h' you will only get
the header, which is what you are observing.


Cheers,
       Nick.
-- 
____________________________________________________________
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>