[EXIM] exim, majordomo and spam redux

Top Page
Delete this message
Reply to this message
Author: Richard Welty
Date:  
To: exim-users
Subject: [EXIM] exim, majordomo and spam redux
thanks for all the suggestions. i have implemented a solution that sets
up a public majordomo director and a private majordomo director, which
was the suggest that i liked the best of the ones offered. everything is
working except for the condition clause:

  condition = "${if eq {$received_protocol} {local} \
                {${if eq {$sender_ident}{majordom}  \
                {true} {false} }} {false} }"


this condition is always failing; can anyone suggest methods for testing
conditions? i've set up a mj-test director to use in playing with
condition clauses, and mostly verified that using exim -bt -d9 isn't
giving any debugging output telling what is going on with the condition.

richard

--
*** Exim information can be found at http://www.exim.org/ ***