Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Is it possible to use regular expressions when creating an email filter?

more options

I want to move to the folder all the letters for which the header has a certain format. For example:

The regular expression for these headers will be:

  • \[(.*)\](.*)
  • \[(.*)(example\.com|example\.net)\](.*)

The second option will exclude the movement of some letters that do not match the regular expression.

I want to move to the folder all the letters for which the header has a certain format. For example: * [promo.example.com] My first message * [example.com] My second message * [foo.example.net] Third message * [bar.foo.com] Foo bar baz The regular expression for these headers will be: * \[(.*)\](.*) * \[(.*)(example\.com|example\.net)\](.*) The second option will exclude the movement of some letters that do not match the regular expression.

Modifié le par user240250747203422110146690518486743534925

Toutes les réponses (4)

more options

For some reason, there is no line break in the question ...

And regex:

  • \[(.*)\](.*)
  • \[(.*)(example\.com|example\.net)\](.*)
more options

The FiltaQuilla add-on (for TB 60 and lower) allows regex for searches, but not for filter actions. I'm not aware of any way to apply regex to message filters in TB 68. See if you can accomplish the same result using e.g. From contains example.com, or possibly create filters for custom headers.

more options

This extension is not compatible with the installed version. I am using 68.2.1, and the extension works with version 60 and below.

more options

Now this rule works for me (see screenshot)