diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 2c03874..2000c62 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -48,9 +48,9 @@ | |||
48 | * even if syntax is illegal (MAIL requires a FROM:<...> argument) | 48 | * even if syntax is illegal (MAIL requires a FROM:<...> argument) |
49 | * You can disable sending DUMMYCMD by undefining SMTP_USE_DUMMYCMD. | 49 | * You can disable sending DUMMYCMD by undefining SMTP_USE_DUMMYCMD. |
50 | */ | 50 | */ |
51 | #define SMTP_DUMMYCMD "MAIL\n" | 51 | #define SMTP_DUMMYCMD "MAIL\r\n" |
52 | #define SMTP_USE_DUMMYCMD 1 | 52 | #define SMTP_USE_DUMMYCMD 1 |
53 | #define SMTP_QUIT "QUIT\n" | 53 | #define SMTP_QUIT "QUIT\r\n" |
54 | 54 | ||
55 | int process_arguments (int, char **); | 55 | int process_arguments (int, char **); |
56 | int call_getopt (int, char **); | 56 | int call_getopt (int, char **); |