[script] dis/assembling mbox email

William Park opengeometry at yahoo.ca
Fri Jun 11 05:10:41 EDT 2004


In <comp.unix.shell> William Park <opengeometry at yahoo.ca> wrote:
> Strictly speaking, MIME boundary pattern consists of any number of 
>     [ A-Za-z0-9'()+_,./:?-]
...
> if grep -o "boundary=\"[ A-Za-z0-9'()+_,./:?-]*[A-Za-z0-9'()+_,./:?-]\"" header > boundary; then

Typo:
    Add '=' (equal sign) to the regexp above.

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
No, I will not fix your computer!  I'll reformat your harddisk, though.



More information about the Python-list mailing list