Summary: | muttprint isn't able to filter out signatures | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sebastian <sebastian_ml> |
Component: | Current packages | Assignee: | Fernando J. Pereda (RETIRED) <ferdy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | muttprint-rem_sig.patch |
Description
Sebastian
2005-07-28 09:37:21 UTC
Also printing to a file results in the signature being displayed _above_ the message body :) Here's the debug output: mutt ====================================================================== ADDRESSFORMAT => %r <%a>,\n BACKGROUND => off BOTTOMMARGIN => 22 DATE => local DATE_FORMAT => %A, %d. %B %Y %H:%M:%S DEBUG => 1 DUPLEX => printer FONT => Latex FONTSIZE => 10pt FOOTRULE => off FRONTSTYLE => fbox HEADRULE => off ICONV_EXTERNAL => off LATEXCODE => LATEXCODE1 => LATEXCODE2 => LATEXCODE3 => LATEXCODE4 => LATEXCODE5 => LEFTMARGIN => 20 MAXADDR => 10 PAPER => A4 PAPERSAVE => off PENGUIN => off PRINTED_HEADERS => Date_To_From_*Subject* PRINTER => TO_FILE:/home/sk/test.ps PRINT_COMMAND => CUPS RCFILE => REM_QUOTE => off REM_SIG => on RIGHTMARGIN => 20 SIG_REGEXP => ^-- $ SPEED => 30 TOPMARGIN => 19 VERBATIMNORMAL => VERBATIMSIG => fontshape=it WAIT => 30 WRAPMARGIN => 80 XFACE => off ====================================================================== Bitte dr Here's the debug output: mutt ====================================================================== ADDRESSFORMAT => %r <%a>,\n BACKGROUND => off BOTTOMMARGIN => 22 DATE => local DATE_FORMAT => %A, %d. %B %Y %H:%M:%S DEBUG => 1 DUPLEX => printer FONT => Latex FONTSIZE => 10pt FOOTRULE => off FRONTSTYLE => fbox HEADRULE => off ICONV_EXTERNAL => off LATEXCODE => LATEXCODE1 => LATEXCODE2 => LATEXCODE3 => LATEXCODE4 => LATEXCODE5 => LEFTMARGIN => 20 MAXADDR => 10 PAPER => A4 PAPERSAVE => off PENGUIN => off PRINTED_HEADERS => Date_To_From_*Subject* PRINTER => TO_FILE:/home/sk/test.ps PRINT_COMMAND => CUPS RCFILE => REM_QUOTE => off REM_SIG => on RIGHTMARGIN => 20 SIG_REGEXP => ^-- $ SPEED => 30 TOPMARGIN => 19 VERBATIMNORMAL => VERBATIMSIG => fontshape=it WAIT => 30 WRAPMARGIN => 80 XFACE => off ====================================================================== Bitte drücken Sie eine Taste... I was about to mark 0.72d stable... would you please test that one ? Which version are you using. Cheers, Ferdy Hello! I was using 0.72a. I now have installed 0.72d and the signature is still being kept. Using these settings: PRINTER="TO_FILE:/home/sk/test.ps" PRINT_COMMAND="CUPS" PENGUIN="off" XFACE="off" DUPLEX="printer" PAPERSAVE="off" SPEED="30" FONT="Latex" FRONTSTYLE="fbox" HEADRULE="off" FOOTRULE="off" PAPER="A4" REM_SIG="on" REM_QUOTE="off" PRINTED_HEADERS="Date_To_From_*Subject*" DEBUG="0" FONTSIZE="10pt" WRAPMARGIN="80" DATE="local" DATE_FORMAT="%A, %d. %B %Y %H:%M:%S" BACKGROUND="off" Cheers Sebastian I'm still trying to figure out this one... have you reported this upstream ? Cheers, Ferdy Hello Fernando! No, I haven't yet. I think I read on gentoo's website that problems should be reported here first, not upstream first. But of course I can report it upstream. Do you want me to? Btw., thanks for your nbsmtp :-) Made sending my mails really simple :) Cheers Sebastian Hi Sebastian! Ok, I got a little patch to make it working. I don't know If it may break something or not to be honest. I'm not really good in perl but I think this should do it. (It works for me at least). Do you mind giving it a try ? If it works then I'll send it upstream. (In reply to comment #6) > Hello Fernando! > > No, I haven't yet. I think I read on gentoo's website that problems should be > reported here first, not upstream first. > > But of course I can report it upstream. Do you want me to? Well.. I will report it upstream and see why that feature is so broken :) > Btw., thanks for your nbsmtp :-) Made sending my mails really simple :) It's nice to see people like your 'software' heh Cheers, Ferdy Created attachment 65055 [details, diff]
muttprint-rem_sig.patch
Hello Fernando! I applied it to muttprint-0.72a and it works. Thank you! Cheers Sebastian Fixed in 0.72d (not bumped). Cheers, Ferdy |