Re: [exim] Piping message in ACL DATA

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: admin
Dátum:  
Címzett: Exim Users List
Tárgy: 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