Re: [exim] Piping message in ACL DATA

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: Exim Users List
Assumpte: Re: [exim] Piping message in ACL DATA
>
> 550 Administrative prohibition


Got it, except I had to do this weird thing to get it working:

deny message = doesn't really matter

        condition = ${dlfunc {/usr/sbin/exim-ext.so} {pipe_message} 
{/etc/domeny/testme  -u   ...} }


        message = Your message is considered spam. Please follow link
http://${received_ip_address}/antispam/$message_id if you're human
and would like to confirm your message.


What's up with this? Is this how I should configure this?

Regards,
Marcin Krol