[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Extracting from EXISTING /var/spool/mqueue file
- Subject: [ale] Extracting from EXISTING /var/spool/mqueue file
- From: chris.ricker at gmail.com (Chris Ricker)
- Date: Fri, 16 Aug 2013 09:02:10 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]> <CALKwpEy=qyveeFvTCZ0Z929UaAfrFbTaUmXwKOAJtMqs3fn7Sw@mail.gmail.com> <[email protected]>
On 8/16/13 5:53 AM, Michael H. Warfield wrote:
> On Thu, 2013-08-15 at 22:33 -0500, Brian Mathis wrote:
>> That's base64 encoded. Do this:
>>
>>
>> 1. Copy the file out of the queue
>>
>> 2. Open it up in a text editor and remove everything except the
>> encoded junk
>>
>> 3. Run: base64 -d encoded_junk_file > thisisthe.pdf
>>
> That will probably work just fine but you may also try "mimeexplode",
> which will unpack the separated Mime attachments into directories and
> files. He did say there were two attachments and it looked like it was
> nested Mime.
uudeview is a similar application that may be useful for this