procmail
[Top] [All Lists]

uudeview, attachments not saved automagically

2000-05-10 16:29:23
Hi,

With the following recipe i have tried to have a specific attachment of
an email (coming every week) saved automagically. However -surprice,
surprice- it does not work. Anybody knows what i'm doing wrong here?

  # Save updates of specific files that are sent to me to their directory.
  :0
  * ^TO_incoming(_at_)sisterray(_dot_)xs4all(_dot_)nl
  * ^Subject: update \/.*
  {
          :0bwc
          * ^From: (_dot_)*engel(_at_)mediaport(_dot_)org
          * MATCH ?? data.txt
          | uudeview -p /home/rejo/send/ -i +e .txt -o - >/dev/null 2>&1
  
          :0bwc
          * ^From: (_dot_)*engel(_at_)mediaport(_dot_)org
          * MATCH ?? data.html
          | uudeview -p /home/rejo/www/mediaport/ -i +e .html -o - >/dev/null 
2>&1
  
  }
  

This is one of the emails that did not get saved...

  [few headers snipped]
  From: "Angelique" <engel(_at_)mediaport(_dot_)org>
  To: incoming(_at_)sisterray(_dot_)xs4all(_dot_)nl
  Date: Wed, 10 May 2000 19:25:01 +0200
  MIME-Version: 1.0
  Content-type: Multipart/Mixed; boundary=Message-Boundary-7709
  Subject: update data.html
  Reply-to: engel(_at_)mediaport(_dot_)org
  Message-ID: <3919B78D(_dot_)13961(_dot_)7630FA(_at_)localhost>
  Priority: normal
  X-mailer: Pegasus Mail for Win32 (v3.12c)
  X-Envelop-To: incoming(_at_)sisterray(_dot_)xs4all(_dot_)nl
  Status: RO
  Content-Length: 29586
  Lines: 416
  
  
  --Message-Boundary-7709
  Content-type: text/plain; charset=US-ASCII
  Content-transfer-encoding: 7BIT
  Content-description: Mail message body
  
  
  
  --Message-Boundary-7709
  Content-type: Application/Octet-stream; name="data.html"; type=Unknown
  Content-disposition: attachment; filename="data.html"
  Content-transfer-encoding: BASE64
  
  PEhFQUQ+CiA8VElUTEU+W3Npc3RlciByYXldIC0gbGl2ZSAmYW1wOyBsb2NhbDogbGlzdCBv
  ZiBkYXRlczwvVElUTEU+CiA8IS0tIGRhdGEuaHRtbCAtLT4KIDwhLS0jY29uZmlnIHRpbWVm
  bXQ9IiVkLyVtLyVZICVIOiVNOiVTIi0tPgogPCEtLSA8QkFTRSBIUkVGPSJodHRwOi8vbWVk
  aWFwb3J0Lm9yZy9+c2lzdGVyLyI+IC0tPgo8L0hFQUQ+CjxCT0RZIEJHQ09MT1I9IiMwMDMz

Any help would be appreciated...

        -Rejo.

-- 
= Rejo Zenger                                           
rejo(_at_)sisterray(_dot_)xs4all(_dot_)nl
= http://mediaport.org/~sister (and my_urls.html)               PGP: see headers
--------------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>
  • uudeview, attachments not saved automagically, Rejo Zenger <=