mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
115 B
Text
9 lines
115 B
Text
use = ["spam-header"];
|
|
|
|
routines {
|
|
spam-header {
|
|
header = "X-Spam";
|
|
value = "Yes";
|
|
remove = 1;
|
|
}
|
|
}
|