Implemented RFC2919, the 'List-ID' field for mailing
authorArt Cancro <ajc@citadel.org>
Tue, 2 Sep 2008 17:41:36 +0000 (17:41 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 2 Sep 2008 17:41:36 +0000 (17:41 +0000)
commit7d48a403f792b4b0fb82e64d9f57a90fbc1b1933
treea35c4eb1011c766db5e9f551034aeb8d79c4c9de
parent97d307f731cbebf405109d3f2add167cdcaaee95
Implemented RFC2919, the 'List-ID' field for mailing
lists.  This is now a top-level Citadel header field (L), which makes
it parseable by the Sieve engine.  Also added List-ID to the header
fields selectable in the mailbox filter rules editor.  And of course,
we are generating this field when we send out traffic from a Citadel-hosted
mailing list.  This also closes Bug #371.
citadel/internet_addressing.c
citadel/modules/network/serv_network.c
citadel/msgbase.c
citadel/techdoc/hack.txt
webcit/sieve.c