Treat mails that do not match the scheme as junk

Issue #3 new
Jan Rieke created an issue

Mails that do not match the scheme (i.e., no validity check can be performed) should optionally be always treated as junk.

Together with proposal #2, this allows using a single catch-all account for all protected email addresses, together with other "regular" mail accounts in the same Thunderbird.

Comments (5)

  1. Maik Schreiber repo owner

    Actually I'm thinking about changing the add-on such that it does not automatically mark mail as junk, but rather only provides filter conditions. This way you can mix and match any way you like.

  2. Anderson Nascimento Nunes

    This is unnecessary if you make a message filter.

    e.g. Match all of the following

    To contains example.com
    
    To doesn't contain user.t.
    
    To doesn't contain user.d.
    
    To isn't in my address book {Address Book for Approved Addresses} (in case you want to use an address not generated with the add-on)
    

    Perform these actions

    Train As Junk
    
    Delete Message
    

    Works for me.

  3. Log in to comment