mhonarc-users

Re: Sun CDE mailer

1997-02-12 06:42:10
Torrey McMahon -- SysAdmin McLean VA wrote:

I am trying to set up an archive that understands Suns mail programs,
primarily CDE dtmail. Unfortunatly its not working very well on messages with
attachments. [...]

I hope this works:

*** MHonArc2.0b1-original/lib/readmail.pl        Tue Feb  4 13:56:39
1997
--- MHonArc2.0b1/lib/readmail.pl Wed Feb 12 21:19:30 1997
***************
*** 431,437 ****
            if ($content =~ m%boundary\s*=\s*"([^"]*)"%i) {
                $boundary = $1;
            } else {
!               ($boundary) = $content =~ m%boundary\s*=\s*(\S+)%;
            }
            $boundary =~ s/(\W)/\\$1/g;
  
--- 431,437 ----
            if ($content =~ m%boundary\s*=\s*"([^"]*)"%i) {
                $boundary = $1;
            } else {
!               ($boundary) = $content =~ m%boundary\s*=\s*(\S+)%i;
            }
            $boundary =~ s/(\W)/\\$1/g;

<Prev in Thread] Current Thread [Next in Thread>