I'm currently trying to replace msmtp with smtpd in my mutt configuration. I have it relaying messages through my email provider, but only for one of my accounts. (Currenly I am using 'for all' in my smtpd.conf.) Is there a way to filter based on the From header? After looking through smtpd.conf(5) I see that there's an option to filter by domain, but this appears to only match the domain in the To header.
Thanks, Josh Rickmar

