Andrew O'Callaghan <[EMAIL PROTECTED]> wrote:
>
> save-hook linuxsa +linux
> 
> I assumed this was going to save any mail that contained "linux" in
> the To:  field, into my ~/mail/linux mailbox.

Since you know you want to match "linuxsa" in the To: field, go ahead
and use that as your pattern:

    save-hook '~t linuxsa'      +linux

Since you might have some posts that are CC'd to that address instead of
TO that address, you might find the ~C expression a better match:

    save-hook '~C linuxsa'      +linux

If this doesn't work, you might want to check and see if you have some
other save-hook that might be matching sooner; save-hooks are examined
in the order they are defined, and the first one that matches, is the
one used.  If you have a 'save-hook ~A' hook defined early on, none of
the later hooks will matter!

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to