#include "spf_sys_config.h"
#include "spf.h"
#include "spf_dns.h"
#include "spf_response.h"
Include dependency graph for spf_response.c:
Go to the source code of this file.
|
Value: va_list ap; va_start(ap, format); \
SPF_response_add_error_v(rp, code, _ise, _txt, _ix, format, ap); \
rp->num_errors++; \
va_end(ap); return code;
Definition at line 227 of file spf_response.c. Referenced by SPF_response_add_error(), SPF_response_add_error_idx(), and SPF_response_add_error_ptr(). |
|
Value: va_list ap; va_start(ap, format); \
SPF_response_add_error_v(rp, code, _ise, _txt, _ix, format, ap); \
va_end(ap); return code;
Definition at line 232 of file spf_response.c. Referenced by SPF_response_add_warn(), SPF_response_add_warn_idx(), and SPF_response_add_warn_ptr(). |
|
Definition at line 184 of file spf_response.c. |
|
Definition at line 314 of file spf_response.c. References SPF_error_struct::code. Referenced by main(), and SPF_record_compile(). |
|
Definition at line 326 of file spf_response.c. References SPF_error_struct::is_error. Referenced by main(), and SPF_record_compile(). |
|
Definition at line 320 of file spf_response.c. References SPF_error_struct::message. Referenced by main(). |
|
Definition at line 256 of file spf_response.c. References NULL, and SPF_ADD_ERROR. Referenced by SPF_record_compile(), SPF_server_get_record(), SPF_server_set_explanation(), and SPF_server_set_localpolicy(). |
|
Definition at line 247 of file spf_response.c. References SPF_ADD_ERROR. |
|
Internal functions for adding errors. Definition at line 238 of file spf_response.c. References SPF_ADD_ERROR. Referenced by SPF_record_compile(). |
|
Definition at line 282 of file spf_response.c. References NULL, and SPF_ADD_WARN. Referenced by SPF_request_get_exp(). |
|
Definition at line 273 of file spf_response.c. References SPF_ADD_WARN. |
|
Definition at line 264 of file spf_response.c. References SPF_ADD_WARN. Referenced by SPF_record_compile(). |
|
Definition at line 90 of file spf_response.c. References SPF_response_result(), SPF_RESULT_FAIL, SPF_RESULT_INVALID, SPF_RESULT_NEUTRAL, SPF_RESULT_PASS, SPF_RESULT_PERMERROR, SPF_RESULT_SOFTFAIL, and SPF_RESULT_TEMPERROR. Referenced by main(). Here is the call graph for this function: ![]() |
|
Definition at line 147 of file spf_response.c. References SPF_response_struct::err. Referenced by main(), and SPF_record_interpret(). |
|
How many errors were generated? Definition at line 296 of file spf_response.c. References SPF_response_struct::num_errors. Referenced by main(), and SPF_record_compile(). |
|
Definition at line 53 of file spf_response.c. References SPF_response_struct::errors, SPF_response_struct::explanation, SPF_response_struct::header_comment, SPF_error_struct::message, SPF_response_struct::received_spf, and SPF_response_struct::smtp_comment. Referenced by main(), and SPF_record_interpret(). |
|
Definition at line 177 of file spf_response.c. References SPF_response_struct::explanation. |
|
Definition at line 165 of file spf_response.c. References SPF_response_struct::header_comment. Referenced by main(). |
|
Definition at line 153 of file spf_response.c. References SPF_response_struct::received_spf. Referenced by main(). |
|
Definition at line 159 of file spf_response.c. References SPF_response_struct::received_spf_value. |
|
Definition at line 171 of file spf_response.c. References SPF_response_struct::smtp_comment. Referenced by main(). |
|
Returns an individual message Definition at line 308 of file spf_response.c. References SPF_response_struct::errors. Referenced by main(), and SPF_record_compile(). |
|
How many warnings were generated? Definition at line 290 of file spf_response.c. References SPF_response_struct::errors_length. Referenced by main(), and SPF_record_compile(). |
|
Definition at line 37 of file spf_response.c. References SPF_response_struct::result, SPF_response_struct::spf_request, and SPF_RESULT_INVALID. Referenced by main(), SPF_record_interpret(), SPF_request_query_fallback(), SPF_request_query_mailfrom(), SPF_request_query_rcptto(), SPF_server_set_explanation(), and SPF_server_set_localpolicy(). |
|
Definition at line 141 of file spf_response.c. References SPF_response_struct::reason. |
|
Definition at line 135 of file spf_response.c. References SPF_response_struct::result. Referenced by main(), SPF_record_interpret(), and SPF_response_combine(). |
|
Errors + warnings Definition at line 302 of file spf_response.c. References SPF_response_struct::errors_length, and SPF_response_struct::num_errors. |