On Mon, Sep 06, 2010 at 10:27:24PM -0400, Ed Blackman wrote:
I've been running all weekend with this patch. It works for both
unencoded "?" and SPACE characters in RFC2047 header lines. I
searched my mail corpus for RFC2047 encoded headers (both strictly
conformant and non-conformant), and co
On Thu, Sep 02, 2010 at 05:10:37PM -0700, Michael Elkins wrote:
On Thu, Sep 02, 2010 at 07:20:18PM -0400, Ed Blackman wrote:
I forwarded the message I copied the headers from, along with a one
that had spaces in the encoded-text, to my work Outlook and to my
Gmail account. Both Outlook and G
On Mon, Sep 6, 2010 at 3:42 PM, Asif Iqbal wrote:
> On Mon, Sep 6, 2010 at 3:01 PM, Asif Iqbal wrote:
>> When I run the following macro mutt exits with segfault
>>
>> macro index S
>> '/home/axisys/.mutt/script/reportspam.sh'
>>
>> Here is the script
>>
>> #!/bin/bash
>> # take the email and sen
On Mon, Sep 6, 2010 at 3:01 PM, Asif Iqbal wrote:
> When I run the following macro mutt exits with segfault
>
> macro index S
> '/home/axisys/.mutt/script/reportspam.sh'
>
> Here is the script
>
> #!/bin/bash
> # take the email and send it as attachment to abuse
> # save to tmp file
> spam=$(temp
When I run the following macro mutt exits with segfault
macro index S
'/home/axisys/.mutt/script/reportspam.sh'
Here is the script
#!/bin/bash
# take the email and send it as attachment to abuse
# save to tmp file
spam=$(tempfile -s .eml)
abuse=ab...@example.net
cat > "$spam"
# use formail to
Quoth Christian Ebert on Monday, 06 September 2010:
> * Chip Camden on Sunday, September 05, 2010 at 10:26:29 -0700
> > Quoth Christian Ebert on Sunday, 05 September 2010:
> >> * Chip Camden on Saturday, September 04, 2010 at 15:22:57 -0700
> >>> That's pretty cool. It looks though like it doesn't
* Chip Camden on Sunday, September 05, 2010 at 10:26:29 -0700
> Quoth Christian Ebert on Sunday, 05 September 2010:
>> * Chip Camden on Saturday, September 04, 2010 at 15:22:57 -0700
>>> That's pretty cool. It looks though like it doesn't accept a shell
>>> wrapper for the browser:
>>>
>>> viewht