Displaying 1 result from an estimated 1 matches for "exclude_cnt".
2009 Apr 03
2
Implementation of editheaders in dovecot
...ze * body_size,
struct istream ** stream_r)
{
struct rarules_mail * ra_mail = RARULES_MAIL_CONTEXT(mail);
struct istream * stream = NULL;
struct istream ** chunks = NULL;
const unsigned int max_chunks = 4;
unsigned int i = 0;
unsigned int cnt = 0;
unsigned int exclude_cnt = 0;
unsigned int include_cnt = 0;
int ret = 0;
#if 1
{/* Test code */
const char * str = "Subject";
const char * str2 = "X-DSPAM: test value\n\n";
array_append(&ra_mail->exclude_headers, &str, 1);
array_append(&ra_mail->include_headers, &str2...