lyrSignableHeaders

The lyrSignableHeaders table contains the list of headers that site admins are allowed to choose for DKIM and DomainKeys signing.

Field Name Description Version Added

HeaderID

The unique ID for this header (int, NOT NULL)

10.2

HeaderTxt

The text of this header (e.g., From, Subject) (varchar(100), NOT NULL)

10.2

IsDefault

Whether the header should be signed by default (char(1), NOT NULL, default 'F')

10.2