Enumeration

CamelJunkStatus

Declaration

enum Camel.JunkStatus

Description [src]

These are result codes used when passing messages through a junk filter.

Members

Name Description
CAMEL_JUNK_STATUS_ERROR

An error occurred while invoking the junk filter.

CAMEL_JUNK_STATUS_INCONCLUSIVE

The junk filter could not determine whether the message is junk.

CAMEL_JUNK_STATUS_MESSAGE_IS_JUNK

The junk filter believes the message is junk.

CAMEL_JUNK_STATUS_MESSAGE_IS_NOT_JUNK

The junk filter believes the message is not junk.