1 better matching for ~F, same as mutt-ng did, see upstream
2 http://bugs.mutt.org/2179
7 hdr->score = 0; /* in case of re-scoring */
8 for (tmp = Score; tmp; tmp = tmp->next)
10 - if (mutt_pattern_exec (tmp->pat, 0, NULL, hdr) > 0)
11 + if (mutt_pattern_exec (tmp->pat, M_MATCH_FULL_ADDRESS, NULL, hdr) > 0)
13 if (tmp->exact || tmp->val == 9999 || tmp->val == -9999)