Skip to content
Snippets Groups Projects
README.md 252 B
Newer Older
  • Learn to ignore specific revisions
  • # pymilter-suspicious-from
    
    This is a very rough python milter implementation which is supposed to parse `From:` header values and mark suspicious ones.
    
    ```
    From: "Totally Official <totally.official@example.com>" <nope-its-fake@fake.example.net>
    ```