Ignore:
Timestamp:
06/24/08 22:33:29 (5 years ago)
Author:
werner
Message:

Header:<EOL> appears in real life and is RFC822-compliant, so we better

support it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/bin/mdflt

    r4490 r4498  
    8686            $last = uc $1; 
    8787            $hdr{$last} = $'; 
     88        } elsif (/^(\S+):$/) { 
     89            $last = uc $1; 
     90            $hdr{$last} = ""; 
    8891        } elsif (/^\s+/) { 
    8992            die "unexpected continuation in $name:\n$_\n" unless defined $last; 
     
    99102        &move($name, $folder[$i]."/".$base); 
    100103        $cnt[$i]++; 
     104        last; 
    101105    } 
    102106    close FILE; 
Note: See TracChangeset for help on using the changeset viewer.