-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default signature is not applied (regexps in application rules could help) #65
Comments
The idea is that (whilst composing) every recipient must match with any of the given patterns: As soon as there is even one recipient that doesn't fit to any pattern, the auto-switch won't get triggered.
Please provide a more concrete example with detailed test-data.
Not everybody out there is a programmer. |
Yes, I get that. My complain is that (IMO) if a match fails for some of the signatures, other signatures should still get checked, and if no rule matched, then as a final step the default signature should be used. Otherwise I don't get the idea of the 'default' signature.
That is clear, but that applies to that single signature for which the rule failed, doesn't it?
Case 1: A message to colleague@mycompany.mydomain Case 2: A message to john.doe@somewhere.com
For non-programmers out there we could have a checkbox "Use regular expressions" that would be unchecked by default. |
I have 4 signatures:
The idea was that for all recipients in mycompany.mydomain, signature 3 must be used, while for all others (default) it must be signature 1.
In fact, signature 1 is never used.
It would be must better if the match field was a regexp (perl-style), so one could use negations, grouping, etc.
The text was updated successfully, but these errors were encountered: