| | 2379 | |
| | 2380 | <para> |
| | 2381 | As addresses are matched using regular expressions and not exact strict |
| | 2382 | comparisons, you should make sure you specify your addresses as precise |
| | 2383 | as possible to avoid mismatches. For example, if you specify: |
| | 2384 | </para> |
| | 2385 | |
| | 2386 | <screen> |
| | 2387 | alternates user@example |
| | 2388 | </screen> |
| | 2389 | |
| | 2390 | <para> |
| | 2391 | mutt will consider ``<literal>some-user@example</literal>'' as |
| | 2392 | being your address, too which may not be desired. As a solution, in such |
| | 2393 | cases addresses should be specified as: |
| | 2394 | </para> |
| | 2395 | |
| | 2396 | <screen> |
| | 2397 | alternates '^user@example$' |
| | 2398 | </screen> |