On Wed, Mar 03, 2004 at 04:10:24PM -0500, Sylvain Robitaille wrote:
>
> Another update, of course with apologies ...
I'm having a problem getting this working...
> rawbody __CONCORDIA_ATTACH /^Content-Type: application\/octet-stream;
> name=".+\.(pif|zip)"$/
For some reason this not matching my test mail (quoted here to avoid
tripping things up too much).
| ----------ubljxhceccimkkfqbygn
| Content-Type: application/octet-stream; name="Info.zip"
| Content-Transfer-Encoding: base64
| Content-Disposition: attachment; filename="Info.zip"
Is 'rawbody' the right search for this? Or is it 'full'?
The 'raw body' of a message is the text, including all textual parts.
The 'full body' of a message is the un-decoded text, including all parts
(including images or other attachments).
That would imply 'full' to me... or is there something more obvious I'm
missing...
--
CueCat decoder .signature by Larry Wall:
#!/usr/bin/perl -n
printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack
'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;