# Personal Sieve scripts (autoresponders).
#
# Keep active_path under ~/sieve/ — NOT as ~/.dovecot.sieve in the mailbox root.
# Maildir++ treats every ".*" entry under the home as a folder, so a symlink
# named .dovecot.sieve in the Maildir root causes:
#   maildir: stat(.../.dovecot.sieve/tmp) failed: Not a directory
#
# Pigeonhole 2.4 named-list syntax (no "active =" field).

sieve_script personal {
  type = personal
  path = ~/sieve
  active_path = ~/sieve/active.sieve
}
