~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require "fileinto";

/* Three store actions */

if address :contains "to" "vestingbar" {
	/* #1 */
	fileinto "INBOX.VB";
}

/* #2 */
fileinto "INBOX.backup";

/* #3 */
keep;

/* Duplicate of keep */
fileinto "INBOX";