Re: [exim] Taint mismatch in spam checking

Góra strony
Delete this message
Reply to this message
Autor: Ken Olum
Data:  
Dla: Jeremy Harris
CC: exim-users
Temat: Re: [exim] Taint mismatch in spam checking
Thanks for the messages. I didn't understand before how my setup
worked. The recipient verify worked by calling the localuser router,
and that's where I was saving the address_data using $local_part, so it
got tainted. Saving it with $local_part_data solved the problem.

                                        Ken