m***@wemba.edu.pl
2012-10-10 10:20:55 UTC
Content preview: --- who.lisp~ 2012-10-05 17:16:12.007971946 +0200 +++ who.lisp
2012-10-09 21:08:39.026986297 +0200 @@ -117,7 +117,7 @@ ((eq ,=var= t) ,(case
*html-mode* (:sgml - `(fmt " ~A" attr)) + `(fmt " ~A" ,attr)) ;; otherwise
default to :xml mode (t `(fmt " ~A=~C~A~C" [...]
Content analysis details: (-2.1 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
-0.0 SPF_PASS SPF: sender matches SPF record
-2.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain
Archived-At: <http://permalink.gmane.org/gmane.lisp.who.general/311>
--- who.lisp~ 2012-10-05 17:16:12.007971946 +0200
+++ who.lisp 2012-10-09 21:08:39.026986297 +0200
@@ -117,7 +117,7 @@
((eq ,=var= t)
,(case *html-mode*
(:sgml
- `(fmt " ~A" attr))
+ `(fmt " ~A" ,attr))
;; otherwise default to :xml mode
(t
`(fmt " ~A=~C~A~C"
2012-10-09 21:08:39.026986297 +0200 @@ -117,7 +117,7 @@ ((eq ,=var= t) ,(case
*html-mode* (:sgml - `(fmt " ~A" attr)) + `(fmt " ~A" ,attr)) ;; otherwise
default to :xml mode (t `(fmt " ~A=~C~A~C" [...]
Content analysis details: (-2.1 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
-0.0 SPF_PASS SPF: sender matches SPF record
-2.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain
Archived-At: <http://permalink.gmane.org/gmane.lisp.who.general/311>
--- who.lisp~ 2012-10-05 17:16:12.007971946 +0200
+++ who.lisp 2012-10-09 21:08:39.026986297 +0200
@@ -117,7 +117,7 @@
((eq ,=var= t)
,(case *html-mode*
(:sgml
- `(fmt " ~A" attr))
+ `(fmt " ~A" ,attr))
;; otherwise default to :xml mode
(t
`(fmt " ~A=~C~A~C"