diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-10-27 20:06:58 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-10-27 20:06:58 +0400 |
commit | f10534112b1ad2c0ab8b0893eab3a1e15dedb506 (patch) | |
tree | 582ce1b4fcd39583ee440f320d5b6cb0e1fa2624 /src/main.h | |
parent | 81fd72379a9b16aac7905d59bf76acfdd2f4e03e (diff) | |
download | rspamd-f10534112b1ad2c0ab8b0893eab3a1e15dedb506.tar.gz rspamd-f10534112b1ad2c0ab8b0893eab3a1e15dedb506.zip |
Add rewrite subject action implementation to SMTP proxy.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 675420796..a482cb1b1 100644 --- a/src/main.h +++ b/src/main.h @@ -28,6 +28,8 @@ #define DEFAULT_METRIC "default" /* 60 seconds for worker's IO */ #define WORKER_IO_TIMEOUT 60 +/* Spam subject */ +#define SPAM_SUBJECT "*** SPAM *** " #ifdef CRLF #undef CRLF |