comparison src/context.h @ 170:bd33eaccfed8

fix pre/post scripts in rpm spec file
author carl
date Thu, 30 Aug 2007 14:07:09 -0700
parents 6bac960af6b4
children 83fe0be032c1
comparison
equal deleted inserted replaced
169:44021d570958 170:bd33eaccfed8
124 string_set env_to; // this context applies to these envelope recipients 124 string_set env_to; // this context applies to these envelope recipients
125 char * verify_host; // use this smtp host to verify email addresses 125 char * verify_host; // use this smtp host to verify email addresses
126 VERIFYP verifier; // pointer to the verifier structure 126 VERIFYP verifier; // pointer to the verifier structure
127 char * generic_regx; // pointer to generic regular expression 127 char * generic_regx; // pointer to generic regular expression
128 char * generic_message; // pointer to generic message with one %s 128 char * generic_message; // pointer to generic message with one %s
129 regex_t generic_pattern; // compiled regular expression 129 regex_t generic_pattern; // compiled regex pattern
130 char * autowhite_file; // file to use for automatic whitelisting 130 char * autowhite_file; // file to use for automatic whitelisting
131 WHITELISTERP whitelister; // pointer to the auto whitelister structure 131 WHITELISTERP whitelister; // pointer to the auto whitelister structure
132 string_map env_from; // map senders to white/black/unknown 132 string_map env_from; // map senders to white/black/unknown
133 context_map env_from_context; // map senders to a child context 133 context_map env_from_context; // map senders to a child context
134 char * env_from_default; // default value for senders that are not found in the map white/black/unknown/inherit 134 char * env_from_default; // default value for senders that are not found in the map white/black/unknown/inherit