In the exim.install, this suggested bit of conf is wrong:
condition = ${run{/path/to/valid-recipient.pl $local_part@$domain}{1}{0}}
valid-recipient currently only wants to look at the local_part section. You need to chop the @$domain if you want it to work.
Comments
Comment #1
Amazon commentedThanks Josh, we will update the documentation.
Kieran
Comment #2
PunkCut25 commentedfixed
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/og2list/exim....
Comment #3
(not verified) commented