Qsmtp  0.30dev
Public Member Functions | Data Fields
recip Struct Reference

list of recipients given for this transaction More...

#include <qsmtpd.h>

Public Member Functions

 TAILQ_ENTRY (recip) entries
 

Data Fields

string to
 
int ok
 

Detailed Description

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.

Member Function Documentation

recip::TAILQ_ENTRY ( recip  )

List.

Field Documentation

int recip::ok

if this address is accepted or not

string recip::to

the mail address


The documentation for this struct was generated from the following file: