mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 09:49:12 +02:00
* First pass at adding support for pipe and filter in Sieve, excluding unit tests. * Reduce insight into copied scripts * Added test * Adjustments related to switch to 16.04
4 lines
126 B
Sieve
4 lines
126 B
Sieve
require ["copy", "vnd.dovecot.pipe"];
|
|
if header :contains "subject" "Sieve pipe test message" {
|
|
pipe :copy "pipe_to_tmp";
|
|
}
|