diff options
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 |