Mailing List Archive

Important: There will be no subject prefix anymore on this mailing list
Hello everyone on xen-announce

for not breaking DKIM anymore, from now on there will be no subject
prefix and no email footer like in the past.

If you would like to filter emails from this mailing list you can use
something like checking if the header 'List-Id' contains
"xen-announce.lists.xenproject.org".
An example for sieve could be:

> if header :contains "List-Id" "xen-announce.lists.xenproject.org" {
>     fileinto "INBOX/xen-announce" ;
> }

Regards

Dominic Brekau