Lines Matching full:invoked
288 ** xxfi_connect(ctx, hostname, hostaddr) Invoked on each connection
300 ** xxfi_helo(ctx, helohost) Invoked on SMTP HELO/EHLO command
311 ** xxfi_envfrom(ctx, argv) Invoked on envelope from
322 ** xxfi_envrcpt(ctx, argv) Invoked on each envelope recipient
334 ** xxfi_unknown(ctx, arg) Invoked when SMTP command is not recognized or not
343 ** xxfi_header(ctx, headerf, headerv) Invoked on each message header. The
355 ** xxfi_eoh(ctx) Invoked at end of header
362 ** xxfi_body(ctx, bodyp, bodylen) Invoked for each body chunk. There may
374 ** xxfi_eom(ctx) Invoked at end of message. This routine can perform
383 ** xxfi_abort(ctx) Invoked if message is aborted outside of the control of
392 ** xxfi_close(ctx) Invoked at end of the connection. This is called on