public static final class MilterConstants.Macros extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SMFIM_CONNECT
Macro stage for incoming connection.
|
static int |
SMFIM_DATA
Macro stage for DATA SMTP command.
|
static int |
SMFIM_ENVFROM
Macro stage for MAIL FROM SMTP command.
|
static int |
SMFIM_ENVRCPT
Macro stage for RCPT TO SMTP command.
|
static int |
SMFIM_EOH
Macro stage for End of Headers.
|
static int |
SMFIM_EOM
Macro stage for End of Message (final dot).
|
static int |
SMFIM_HELO
Macro stage for HELO/EHLO SMTP command.
|
Constructor and Description |
---|
Macros() |
public static final int SMFIM_CONNECT
public static final int SMFIM_HELO
public static final int SMFIM_ENVFROM
public static final int SMFIM_ENVRCPT
public static final int SMFIM_DATA
public static final int SMFIM_EOM
public static final int SMFIM_EOH
Copyright © 2016. All rights reserved.