E-MailRelay
|
Interprets an executable filter's exit code. More...
#include <gfilter.h>
Public Member Functions | |
Exit (int exit_code, bool server_side) | |
bool | ok () const |
bool | abandon () const |
bool | fail () const |
Public Attributes | |
Result | result |
bool | special |
GSmtp::Filter::Exit::Exit | ( | int | exit_code, |
bool | server_side | ||
) |
Definition at line 41 of file gfilter.cpp.
bool GSmtp::Filter::Exit::abandon | ( | ) | const |
Definition at line 104 of file gfilter.cpp.
bool GSmtp::Filter::Exit::fail | ( | ) | const |
Definition at line 109 of file gfilter.cpp.
bool GSmtp::Filter::Exit::ok | ( | ) | const |
Definition at line 99 of file gfilter.cpp.