filters property

List<ReceiptFilter>? filters
final

A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

Implementation

final List<ReceiptFilter>? filters;