C:CONNECT
#====================================================
R:220 mailleur.example.com, ESMTP (cleartext) mailleur...
-C:ORGN: 213.209.157.107
+C:ORGN: 213.209.157.108
R:220 mailleur.example.com, ESMTP (cleartext) mailleur...
C:GOTLS
S:EHLO example.com
-R:250-mailleur.example.com, link (crypted) ready, your IP/FQDN=[213.209.157.107/No.Reverse]
+R:250-mailleur.example.com, link (crypted) ready, your IP/FQDN=[213.209.157.108/No.Reverse]
R:250-AUTH PLAIN LOGIN DIGEST-MD5
R:250-SIZE 52428800
R:250-8BITMIME
break;
default : //SAFE Guard
if (remotegood==false) {
+ char *rcptto;
- (void) eml_transmit(contact,true,"%d 2.8.0 %s for domain <%s>",
- NORELAY,cmt,rmtusr->domain);
+ (void) rou_asprintf(&rcptto,"%s@%s",rmtusr->userid,rmtusr->domain);
+ (void) note_rcpt(contact,rcptto,NORELAY,"2.8.0 %s for domain <%s>",
+ cmt,rmtusr->domain);
+ rcptto=rou_freestr(rcptto);
}
proceed=false;
break;
values ('45.197.14.139',-5,now());
INSERT INTO remotes (remoteip,credit,lastscan) \
values ('213.209.157.107',-5,now()+ADDTIME(200 day));
+INSERT INTO remotes (remoteip,credit,lastscan) \
+ values ('213.209.157.108',-5,now());
INSERT INTO remotes (remoteip,credit,lastscan) \
values ('122.175.193.134',-5,now());
INSERT INTO remotes (remoteip,credit,lastscan) \
$emailfrom=htmlspecialchars($action['emailfrom'],ENT_QUOTES);
$subject=$action['subject'];
if (($subject==NULL) || (strlen($subject)==0))
- $subject=$action['info'];
+ $subject=htmlspecialchars($action['info'],ENT_QUOTES);
//generating the table contents
$line=$line."<TR>\r\n";
$line=$line."<TD align=left>$count $status</TD>\r\n";