Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Sieve-Example:Move email to a suffix folder: Difference between revisions

m
if exists "X-Delivered-To" {
 
if header :regex "X-Delivered-To" "me-([A-z0-9]+)@" {
set "suffix" "${1}";
fileinto "INBOX.Filtered.${suffix}";
stop;}
</syntaxhighlight>
 
Change the me - to be your mailbox name (localpart)
 
*You'll need to add this sieve filter - eg by using the (latest) Thunderbird Sieve extension, see [https://support.aa.net.uk/Sieve_Filtering#Sieve_Server_Settings Sieve_Server_Settings] for info in the 'Creating Sieve Filters' section
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,270

edits