Skip to content

Instantly share code, notes, and snippets.

View tribulant's full-sized avatar

Tribulant tribulant

View GitHub Profile
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 "
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 "
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 "
SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $str is "220 and/or bulk e-mail. "
SMTP -> get_lines(): $data is "220
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 "
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 "
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 "
SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 220-We do not authorize the use of this system to transport unsolicited, "
SMTP -> get_lines(): $str is "220 and/or bulk e-mail. "
SMTP -> get_lines(): $data is "22
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 "
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 "
SMTP -> get_lines(): $data was "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 "
SMTP -> get_lines(): $str is "220- This is a private server for Dyn Standard SMTP customers. "
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a private server for Dyn Standard SMTP customers. "
SMTP -> get_lines(): $data was "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a private server for Dyn Standard SMTP customers. "
SMTP -> get_lines(): $str is "220- See http://dyn.com/email/dyn-standard-smtp/ for details. "
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a priva
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220 smtp.mandrillapp.com ESMTP "
SMTP -> get_lines(): $data is "220 smtp.mandrillapp.com ESMTP "
SMTP -> FROM SERVER:220 smtp.mandrillapp.com ESMTP
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250-ip-10-82-3-148 "
SMTP -> get_lines(): $data is "250-ip-10-82-3-148 "
SMTP -> get_lines(): $data was "250-ip-10-82-3-148 "
SMTP -> get_lines(): $str is "250-PIPELINING "
SMTP -> get_lines(): $data is "250-ip-10-82-3-148 250-PIPELINING "
# Turn the filtering engine On or Off
SecFilterEngine Off
# Make sure that URL encoding is valid
SecFilterCheckURLEncoding Off
# Unicode encoding check
SecFilterCheckUnicodeEncoding Off
# Should mod_security inspect POST payloads
@tribulant
tribulant / gist:af4ca5ec010d98e4a06f
Created January 16, 2015 19:06
CSS Media Queries for Mobile Phone, Tablet and Desktop
/* Landscape phones and down */
@media (max-width: 480px) { ... }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { ... }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }
/* Large desktop */
@tribulant
tribulant / gist:79ea76c661c567ad8f8f
Last active August 29, 2015 14:13
CSS Tablet Portrait
/* #### Tablets Portrait or Landscape #### */
@media (max-width: 767px) {
#header {
width: 100%;
}
#user_area #user_cart,
#user_area #user_livesupport,
#navigation {
display: none;
@tribulant
tribulant / img
Created January 18, 2015 19:47
HTML img tag
<img src="http://domain.com/images/logo.jpg" alt="company" />
@tribulant
tribulant / img
Created January 18, 2015 19:52
HTML retina img tag
<img src="http://domain.com/images/[email protected]" alt="company" />
<div id="logo"></div>