Re: Why does this display_filter not work?
The candidate gets 100 points. ;-)
Yes, that's the reason... If you really want to throw out
these lines (which I'd advise against), you'd want to search
for something like this:
^\033]9;[0-9]*\a
Incidentally, what this is supposed to really defend against
are messages that want you to believe that they include signed
material.
Regards,
--
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.
On 2006-06-23 11:46:05 +0000, Rocco Rutte wrote:
> From: Rocco Rutte <pdmef@xxxxxxx>
> To: Mutt Users <mutt-users@xxxxxxxx>
> Date: Fri, 23 Jun 2006 11:46:05 +0000
> Subject: Re: Why does this display_filter not work?
> X-Spam-Level:
> Organization: Berlin University of Technology
>
> Hi,
>
> * Arias Hung [06-06-23 04:38:07 -0700] wrote:
> >set display_filter="grep -iv '\[--'"
>
> >Does anyone have any idea why this doesn't work in practice?
>
> IIRC mutt inserts a "random" number (AttachMarker) before that string so
> that you cannot get faked ones.
>
> A fake is that someone could send you a mail with such markers in it but
> without any attachments which would make the mail look like one with
> attachments in mutt.
>
> bye, Rocco
> --
> :wq!
>
>