Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Filter: Require all recipients to be in an address book

  • 1 отговор
  • 1 има този проблем
  • 9 изгледи
  • Последен отговор от Gnospen

more options

I use Thunderbird 45.2.0 and an IMAP account. I would like to create a filter that checks whether the sender is in a specific address book and all recipients are in a (different) specific address book. Unfortunately Thunderbird seems to only check whether any recipient is in the specified address book. Is this the expected result? Can the described filter method be achieved?

Also: Is there are way (perhaps an add-on?) to use logical expressions (and/or/not) to combine filter rules?

I use Thunderbird 45.2.0 and an IMAP account. I would like to create a filter that checks whether the sender is in a specific address book and all recipients are in a (different) specific address book. Unfortunately Thunderbird seems to only check whether any recipient is in the specified address book. Is this the expected result? Can the described filter method be achieved? Also: Is there are way (perhaps an add-on?) to use logical expressions (and/or/not) to combine filter rules?

Всички отговори (1)

more options

A good help is FiltaQuilla With that you have options like is not in my address-book A + is not in my address-book B + .....C Add sender to address-book C

Look at msgFilterRules.dat under an account in your profile-directory and you see that filters are written as logical (and, or, not)

name="any of" enabled="no" type="17" action="Mark unread" condition="OR (subject,contains,me) OR (subject,contains,you)"

name="and-or-not" enabled="no" type="17" action="Mark unread" condition="AND (subject,begins with,new) AND (subject,doesn't contain,old) AND (subject,ends with,me)"