Qsmtp
0.30dev
|
list of recipients given for this transaction More...
#include <qsmtpd.h>
Public Member Functions | |
TAILQ_ENTRY (recip) entries | |
Data Fields | |
string | to |
int | ok |
list of recipients given for this transaction
All mail addresses given as recipients for the current mail transfer are stored in this list, regardless if they are accepted or not. If there are more recipients given then permitted by MAXRCPT they will be not stored here, every following one will be rejected with a temporary error anyway. Receipients that rejected the mail basing on their spam filter rules are stored here so cb_badcc() can take them into account.
recip::TAILQ_ENTRY | ( | recip | ) |
List.
int recip::ok |
if this address is accepted or not
string recip::to |
the mail address