comparison shared/gnus-init.el @ 4:18db20bcc65b

loosen up utf-8 pattern more
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 17 Sep 2022 11:17:31 +0100
parents 0a81352bd7d0
children 8e0e16f4763c
comparison
equal deleted inserted replaced
3:0a81352bd7d0 4:18db20bcc65b
277 ;; so we do it ourselves :-( 277 ;; so we do it ourselves :-(
278 (nnmail-split-it ht-compiled-split) 278 (nnmail-split-it ht-compiled-split)
279 sres)) 279 sres))
280 (| (to "ht\\+d@inf\\.ed\\.ac\\.uk" "_diary") 280 (| (to "ht\\+d@inf\\.ed\\.ac\\.uk" "_diary")
281 (: ad-spam "adverts") 281 (: ad-spam "adverts")
282 (: split-on-whole-field "Subject" ".*=\\?UTF-8.*=[A-F][0-9]=.*\\?=.*" "slSPAM") 282 (: split-on-whole-field "Subject" ".*=\\?UTF-8\\(\\?B\\\?\\|.*=[A-F][0-9]=\\).*\\?=.*" "slSPAM")
283 (: white-spam "waSPAM") 283 (: white-spam "waSPAM")
284 ("X-Bogosity" "Yes.*" 284 ("X-Bogosity" "Yes.*"
285 (| 285 (|
286 (From ".*ed\.ac\.uk" "edSPAM") ; NB From not from 286 (From ".*ed\.ac\.uk" "edSPAM") ; NB From not from
287 ("X-Spam-Score" "0" "boSPAM") 287 ("X-Spam-Score" "0" "boSPAM")