Get the filter rules
Steps to update the sieve filter rules.
$ sieveshell --user=gill fairlane
> list
> get filter_from_list text_file.txt
> quit
$ vi text_file
> put text_file filter_from_list
> activate filter1
Now you can try server-side filtering.
Modifying the rules (getting the address books)
To get the address book information to make the filter rules.
awk -F, 'NR > 1 {printf(" \"%s\",\n",$5)}' address.csv | sort > address.txt
Private
No