File: actions-limit.sieve

package info (click to toggle)
dovecot 1%3A2.2.13-11~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 38,468 kB
  • sloc: ansic: 341,153; sh: 16,920; makefile: 5,381; cpp: 1,474; perl: 265; xml: 44; python: 34; pascal: 27
file content (35 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
require "fileinto";

fileinto "box1";
fileinto "box2";
fileinto "box3";
fileinto "box4";
fileinto "box5";
fileinto "box6";
fileinto "box7";
fileinto "box8";
fileinto "box9";
fileinto "box10";
fileinto "box11";
fileinto "box12";
fileinto "box13";
fileinto "box14";
fileinto "box15";
fileinto "box16";
fileinto "box17";
fileinto "box18";
fileinto "box19";
fileinto "box20";
fileinto "box21";
fileinto "box22";
fileinto "box23";
fileinto "box24";
fileinto "box25";
fileinto "box26";
fileinto "box27";
fileinto "box28";
redirect "address1@example.com";
redirect "address2@example.com";
redirect "address3@example.com";
redirect "address4@example.com";
keep;