On 2013-10-07, Aurelin <[email protected]> wrote:
> Hey Phil,
>
> Yeah it occurred to me a bit after posting to the mailing list that  
> it's probably getting there through STDIN.
>
> Now I am only wondering whether PHP is the best choice for this kind  
> of task though, or if Perl would be a better choice at all.
>
> Thanks to all for your help. That really solved my issue quickly.

python:

import sys
import email
mail = email.message_from_file(sys.stdin)
                
http://stackoverflow.com/questions/4067937/getting-mail-attachment-to-python-file-object

-- 
⚂⚃ 100% natural

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to