82846cc Let the milter announce when it reject an email based on its address

1 file Authored by pingou 3 years ago, Committed by pingou 3 years ago,
    Let the milter announce when it reject an email based on its address
    
    Until now when the milter dropped an email, it did so silently.
    With this commit, it will reject the email and send an error reply
    whenever the reason for the rejection is an invalid email address is
    used (either as recipient or as sender).
    
    Fixes https://pagure.io/pagure/issue/4916
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>