| Server IP : 172.67.216.113 / Your IP : 104.23.243.32 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /etc/mail/spamassassin/CMAE-SA/documentation/schemas/ |
Upload File : |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"properties": {
"rfc822": {
"type": "string",
"description": "The text of the message to be scored"
},
"heloDomain": {
"type": "string",
"description": "The domain field from the envelope's HELO message"
},
"mailFrom": {
"type": "string",
"description": "The MAIL FROM field from the envelope"
},
"fromHost": {
"type": "string",
"description": "The reverse DNS of the connecting IP address"
},
"rcptTo": {
"type": "string",
"description": "The list of from the RCPT TO field in the envelope"
},
"connIp": {
"type": "string",
"description": "The connecting IP address"
}
},
"required": ["rfc822"]
}