i see a block of code in sender_permitted_from's hook_mail that manually parses relayclients and morerelayclients. it checks $self->qp->connection->relay_client() first, so using check_relay before sender_permitted_from would instead seem to be more correct.
i wanted to run spf checks on relayclients, so i removed that block of code. greylisting, dnsbl, etc dont have this block, so it begs to be removed from devel version imho... comments? allan
