On Thu, 13 Dec 2007, Brian wrote:

Warren Block wrote:
On Thu, 13 Dec 2007, Brian wrote:

The fact that each mailing list exists as [EMAIL PROTECTED] and [EMAIL PROTECTED] makes me need to make 2 filters for each list I subscribe to. Can I suggest that if this is going to continue, that the server shows one format for all the messages that go out?

Filtering on the List-Id header works.

I know I can also do from contains [EMAIL PROTECTED], do we really expect all users to deal with this duplicity?

Okay, I see what you're saying. But it's not a duplicate if you just check for "From contains [EMAIL PROTECTED]", because that matches both "[email protected]" and "[EMAIL PROTECTED]".

What I'm saying is that all messages from the list will have a unique List-Id header. For example:

List-Id: User questions <freebsd-questions.freebsd.org>

You can probably do something like

    List-Id contains [EMAIL PROTECTED]

But I don't use Thunderbird enough to know for sure.

-Warren Block * Rapid City, South Dakota USA
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to