/usr/share/sauce/msgdata is in sauce 0.9.0+nmu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 | ########### msgdata.tcl
# Routines (part of main program) for dealing with DATA.
#
# This file is part of SAUCE, a very picky anti-spam receiver-SMTP.
# SAUCE is Copyright (C) 1997-2003 Ian Jackson
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# $Id: msgdata.tcl,v 1.50.2.2 2008/03/08 17:29:37 ian Exp $
# While receiving the message data, we are either:
# * Receiving the header:
# No DATA has been issued to the local MTA; the header info is
# accumulating in our VM. We may have address verification
# threads outstanding. In this state rej_*/defer_* variables
# indicate whether we will want to accept or reject the message
# when we've seen all the headers. In this state
# state(hdrscomplete) is unset. Functions called in this state
# have names starting hdr_...
# * Awaiting address verifications:
# We've received and parsed the header, but we're waiting for
# outstanding addresses from the header to finish verifying. In
# this state we're always calling msg_maincontrol. In this state
# state(hdrscomplete) is 1.
# * Receiving data, thinking we will accept the message:
# DATA has been issued to the local MTA and the header and perhaps
# some of the body have been sent to it. Functions called in this
# state have names starting body_...
# * Receiving the body, but we will reject or discard the message:
# The local MTA has not been sent DATA. We just throw away the
# data, and we pass about the SMTP status reply to give to the
# caller. Functions called in this state have names starting
# bodyrej_...
# Functions callable in any of these states have names starting msg_...
# Header parsing ...
# a_kinds Can't Do what Pass Response
# parse? with addrs? to MTA? to final dot
# lax Ignore Ignore Pass 250?
# unchecked Ignore Ignore Pass 250?
# unchecked + lax Ignore Ignore Pass 250?
# normal 550 Check Pass 250?
# normal + lax 550 Check Pass 250?
# bait Ignore Blacklist Discard 250
# bait + lax Ignore Blacklist Pass 250?
# unchecked + bait Ignore Blacklist Pass 250?
# unchecked + bait + lax Ignore Blacklist Pass 250?
# normal + bait Ignore Blacklist Discard 550
# normal + bait + lax Ignore Blacklist Discard 550
thread_subproc ic a_kind {kind} {
return [expr {[lsearch -exact $state(a_kinds) $kind] >= 0}]
}
thread_subproc ic rej_bl {what inwhere} {
ic_rej "Blacklisted $inwhere `[proto_quote $what]'"
}
thread_subproc ic rej {what} {
if {[lsearch -exact $state(rej_msg) $what] == -1} {
lappend state(rej_msg) $what
}
}
thread_chainproc ic askfordata_done {} {
set state(header) {}
set state(currenthn) {}
set state(currenthl) {}
set state(resentmids) {}
set orig {}
if {[string length $state(mf_dm)]} {
lappend orig $state(mf_lp)@$state(mf_dm)
}
set state(originators) $orig
set state(originators_tochk) {}
chanset_hide $state(chan) 3 1
foreach k $state(a_kinds) { set ka($k) 1 }
set state(a_kinds) [lsort [array names ka]]
threadio_gets ic $id $state(chan) hdr_read {}
}
thread_chainproc ic hdr_read {data} {
# This is the main event callback for reading header lines.
global max_header_size blacklist_message require_messageid
regexp {^.*} $data data
ic_msg_checkeof
if {"$data" == "."} { set eom 1 } else { set eom 0 }
debug 3 "hdr_read >$data<"
if {[regexp {^[ \t]} $data]} {
if {![string length $state(currenthn)]} {
ic_hdr_bad 0 \
"first line of header was header field continuation"
return
}
append state(currenthl) "\n$data"
if {[string length $state(currenthl)] > $max_header_size} {
ic_hdr_bad 0 \
"continued header $state(currenthn) too large (>$max_header_size bytes)"
return
}
} elseif {[regexp {^([\041-\071\073-\176\241-\376]+)[ \t]*:} \
$data all newhn]} {
ic_hdr_process1 $eom $state(currenthn) $state(currenthl)
set state(currenthn) $newhn
set state(currenthl) $data
} elseif {$eom || ![string length $data]} {
# End of headers
ic_hdr_process1 $eom $state(currenthn) $state(currenthl)
set state(currenthn) {}
set state(currenthl) {}
if {!$eom} { append state(header) "$data\n" }
if {![llength $state(originators)]} {
ic_rej "No originators in envelope or body"
} elseif {$require_messageid && ![info exists state(mid)]} {
ic_rej "No Message-ID header"
} elseif {$require_messageid &&
$state(resentany) &&
![llength $state(resentmids)]} {
ic_rej "Resent- header(s), but no Resent-Message-ID"
}
ic_hdr_endhdrs $eom
return
} else {
ic_hdr_bad 0 "Header data malformed"
return
}
threadio_gets ic $id $state(chan) hdr_read {}
}
thread_subproc ic hdr_bad {eom problem} {
ic_rej $problem
ic_hdr_endhdrs $eom
}
thread_subproc ic msg_checkeof {} {
global canonical_hostname
if {[eof $state(chan)]} {
catch_close_cleardesc state(mtachan)
ic_commandfinalresponse major \
"421 $canonical_hostname Connection dropped in message data"
return -code return
}
}
thread_chainproc ic msg_timedout {} {
global canonical_hostname
catch_close_cleardesc state(mtachan)
fileevent $state(chan) readable {}
ic_commandfinalresponse major \
"421 $canonical_hostname Timed out waiting for message data"
ic_msg_resetvars
}
thread_subproc ic hdr_process1 {eom hn hl} {
global blacklist_message max_header_size errorInfo header_reject_res
global errorCode errorInfo
debug 3 "hdr_process1 >$eom|$hn|$hl<"
if {![string length $hn]} return
set lowerhn [string tolower $hn]
regsub {^[^:]+:[ \t]*} $hl {} hv
if {[regexp {^(?:resent\-)?to$} $lowerhn] &&
[regexp {^\<[-_0-9A-Za-z]*:;\>$} $hv]} {
set hv "\"$hv\":;"
set hl "$hn: $hv"
ic_rej "syntax error in $hn header, SAUCE will encapsulate in \"...\" if it accepts"
}
append state(header) "$hl\n"
if {[string length $state(header)] > $max_header_size} {
ic_rej "header $hn too large (>$max_header_size bytes)"
return
}
regsub {^[^:]+:[ \t]*} $hl {} hl
# fixme: confusion about value in hl
# Much of the rest of this function seems to date from
# before we stripped the header name from the front of hl.
# hl is now te same as hv; we should stop modifying hl and
# instead change code below to use hv where appropriate (nearly
# always) and hl otherwise.
if {[regexp -nocase \
{^resent-(from|reply-to|sender|message-id|to|cc|bcc|date)$} \
$hn]} {
set state(resentany) 1
}
if {[regexp -nocase {^message-id$} $hn]} {
regsub -nocase {^message-id:[ \t\n]*} $hl {} thismid
if {[info exists state(mid)]} {
ic_rej "Message-ID header appears twice"
append state(mid) "/$thismid"
} else {
set state(mid) $thismid
}
} elseif {[regexp -nocase {^resent-message-id$} $hn]} {
regsub -nocase "^resent-message-id:\[ \t\n\]*" $hl {} thismid
lappend state(resentmids) $thismid
}
if {[regexp -nocase {^(resent-)?(from|sender|reply-to)$} $hn]} {
if {[catch {
ic_hdr_recipients $eom $hn $hl
} emsg]} {
if {"$errorCode" == "SAUCE BADHDR"} {
debug 3 "header error >$emsg|$errorInfo<"
ic_rej "error in $hn header: [singleline $emsg]"
} else {
error $emsg "$errorInfo\nin $hn header" $errorCode
}
}
}
if {[info exists header_reject_res($lowerhn)]} {
foreach re $header_reject_res($lowerhn) {
if {[info exists state(add_bl)]} break
if {[catch {
if {[regexp -- $re $hl]} {
ic_rej "policy error in $hn header"
}
} emsg]} {
log error "header rejection regexp problem ($re): $emsg"
}
}
}
}
thread_subproc ic hdr_err {emsg} { error $emsg {} {SAUCE BADHDR} }
thread_subproc ic hdr_recipients {eom hn tf} {
set lowerhn [string tolower $hn]
debug 3 "hdr_recipients >$eom|$hn|$tf<"
set colev 0
set uq {}
while {[string length $tf]} {
debug 3 "hdr_recipients >$lowerhn|$tf|$uq<"
if {[regexp {^[ \n\t]+(.*)$} $tf all tf]} {
} elseif {[regexp {^\((.*)$} $tf all tf]} {
incr colev
} elseif {$colev} {
if {[regexp {^\)(.*)$} $tf all tf]} {
incr colev -1
} elseif {[regexp {^[^\\\n()]+(.*)$} $tf all tf]} {
} elseif {[regexp {^\\.(.*)$} $tf all tf]} {
} elseif {[regexp {^\n(.*)$} $tf all tf]} {
} else {
ic_hdr_err "invalid text in comment"
}
} elseif {[regexp \
{^([\055\041\043-\047\051-\053\057-\071\075\077\101-\132\136-\176\200-\376]+)(.*)} \
$tf all xt tf]} {
binary scan $xt H* xt
append uq $xt
} elseif {[regexp {^([][()<>@,;:\.])(.*)} $tf all xt tf]} {
append uq $xt
} elseif {[regexp {^"(.*)$} $tf all tf]} {
while {[regexp {^([^"\\\n]+)(.*)$} $tf all qt tf] || \
[regexp {^\\(.)(.*)$} $tf all qt tf] || \
[regexp {^\\(\n)(.*)$} $tf all qt tf]} {
binary scan $qt H* qt
append uq $qt
}
if {![regexp {^\"(.*)$} $tf all tf]} {
ic_hdr_err "missing end of quoted string"
}
} else {
ic_hdr_err "lexical error"
}
}
append uq ,
while {[string length $uq]} {
debug 3 "hdr_recipients >$uq<"
if {[regsub {^[0-9a-f.]+:([][0-9a-f.@,<>]*);} $uq {\1,} uq]} {
} elseif {[regexp {^[0-9a-f.]*<([][0-9a-f.@]+)>,(.*)} \
$uq all ras uq]} {
regsub {^(@[][0-9a-f.]:)*} $ras {} ras
ic_hdr_1recipient $eom $hn $ras
} elseif {[regexp {^([][0-9a-f.@]+),(.*)} $uq all ras uq]} {
ic_hdr_1recipient $eom $hn $ras
} elseif {[regexp {^,(.*)} $uq all uq]} {
} else {
ic_hdr_err "syntax error"
}
}
}
thread_subproc ic hdr_1recipient {eom hn ras} {
debug 3 "hdr_1recipient >$eom|$hn|$ras<"
if {![regexp {^([0-9a-f.]+)@([][0-9a-f.]+)$} $ras all lp dm]} {
ic_hdr_err "invalid address"
}
foreach from {. [ ]} {
foreach var {lp dm} {
binary scan $from H* to
regsub -all \\$from [set $var] $to $var
}
}
set lp [binary format H* $lp]
set dm [binary format H* $dm]
set addr $lp@$dm
lappend state(originators) $addr
if {[ic_a_kind normal] && ![ic_a_kind bait]} {
lappend state(originators_tochk) [list $lp $dm $state(currenthn)]
}
if {"[ds_get addr-list $addr]" == "black"} {
ic_rej_bl $addr $hn
}
ic_msg_maincontrol $eom
}
thread_subproc ic hdr_endhdrs {eom} {
# Called when we want to stop header parsing and go on to either
# accept the data into our MTA, or junk it.
# eom==1 means we've had final dot already.
set state(hdrscomplete) 1
ic_msg_maincontrol $eom
}
thread_subproc ic msg_maincontrol {eom} {
global blacklist_message
# This function is called during header processing, when it
# handles avf replies wrt one originator and simply queues the
# next, if none have already been queued. It is also called at
# the end of header parsing, to check if more verifies need to be
# waited for, and in that case (ie, if state(hdrscomplete) is
# set), is responsible for passing the main flow of control.
debug 3 "originators_tochk >$state(originators_tochk)<"
while 1 {
if {[llength $state(rej_msg)]} {
if {[info exists state(avfid)]} {
thread_cancel avf $state(avfid)
unset state(avfid)
}
set state(originators_tochk) {}
}
if {[info exists state(avfid)]} return
if {![llength $state(originators_tochk)]} break
manyset [lindex $state(originators_tochk) 0] lp dm hn
set addr $lp@$dm
set state(originators_tochk) [lreplace $state(originators_tochk) 0 0]
if {![llength $state(rej_msg)]} {
switch -exact -- [ds_get addr-list $addr] {
white - whitesoon {
}
black {
ic_rej_bl $addr $hn
}
default {
set state(avfid) [thread_start avf \
"$state(desc) / verify $hn $lp@$dm" $lp $dm]
thread_join ic $id avf $state(avfid) msg_origverify_ok \
msg_origverify_err $eom $lp@$dm $hn
return
}
}
}
}
debug 3 "originators >$state(originators)<"
# No originators left to check and no such check in progress
if {![info exists state(hdrscomplete)]} return
debug 2 "originators verified, all complete $state(originators)"
# OK, we have whole headers. There is no pending timeout or verification
# thread, and are no unchecked originators. We can accept or reject it !
ic_msg_maybeblacklist
set rej_this [concat $state(rej_conn) $state(rej_msg)]
smtp_prefix_response [join $rej_this "\n"] 550 rej_response
switch -exact $state(a_kinds) {
{lax} - {unchecked} - {lax unchecked}
- {bait lax} - {bait unchecked} - {bait lax unchecked} {
ic_body $eom $rej_this
}
{normal} - {bait normal}
- {lax normal} - {bait lax normal} {
if {[llength $rej_this]} {
ic_bodyrej $eom $rej_response
} else {
# Due to ic_msg_maybeblacklist we can be sure no bait if here
ic_body $eom {}
}
}
{bait} {
ic_bodyrej $eom "250 [ic_transactionid]b"
}
default {
error "internal error - kinds $state(a_kinds)"
}
}
}
thread_chainproc ic msg_origverify_ok {eom addr hn ok message} {
unset state(avfid)
if {!$ok} {
ic_rej "$hn address `[proto_quote $addr]': [singleline $message]"
}
ic_msg_maincontrol $eom
}
thread_chainproc ic msg_origverify_err {eom addr hn message} {
unset state(avfid)
ic_msg_maincontrol $eom
}
# Accepting the message body ...
thread_subproc ic body {eom rejwarnings} {
threadio_commandresponse ic $id $state(mtachan) data {} \
body_data_ok {} $eom $rejwarnings
}
thread_chainproc ic body_data_ok {eom rejwarnings data} {
global add_received add_warnings canonical_hostname
if {![regexp {^3[0-9][0-9]} $data]} {
ic_bodyrej $eom $data
return
}
chanset_hide $state(mtachan) 1 3
set hdrdata {}
if {$add_warnings} {
foreach w $rejwarnings {
append hdrdata "X-SAUCE-Warning: ($canonical_hostname) $w\n"
}
manyset [ic_getsiteannoy 0] annoyval annoystr
if {$annoyval > 0} {
append hdrdata \
"X-SAUCE-Notice: ($canonical_hostname) $annoystr" \
" ${annoyval}ms (delays likely)\n" \
" with $state(rh) \[$state(ra)\]\n"
}
}
if {$add_received} {
regsub {^.Name\: } {$Name: debian_version_0_9_0 $} {} rcsinfo
if {![regexp {^[ $]*$} $rcsinfo]} {
regsub {^debian_version_} $rcsinfo v rcsinfo
regsub -all _ $rcsinfo . rcsinfo
} else {
regsub {^.Revision\: } {$Revision: 1.50.2.2 $} r rcsinfo
}
regsub {[ $]*$} $rcsinfo {} rcsinfo
set date [date_822]
if {[string length $state(ident)]} {
set ident " ident $state(ident)"
} else {
set ident ""
}
append hdrdata \
"Received: from $state(rh) (\[$state(ra)\])$ident
by $state(lh) (SAUCE $rcsinfo)
with $state(smtpstyle) id [ic_transactionid]; $date\n"
}
append hdrdata $state(header)
threadio_puts ic $id $state(mtachan) $hdrdata body_copy {} $eom
}
thread_chainproc ic body_copy {eom} {
if {!$eom} {
threadio_gets ic $id $state(chan) body_read {}
} else {
ic_body_eom
}
}
thread_chainproc ic body_read {data} {
global canonical_hostname taboo_virus_hack
ic_msg_checkeof
if {![string compare . $data]} {
ic_body_eom
} elseif {$taboo_virus_hack && [string match \
*TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*\
$data]} {
ic_bodybodyrej "554 virus flood (or bare executable) rejected"
} else {
threadio_puts ic $id $state(mtachan) "$data\n" body_copy {} 0
}
}
thread_subproc ic bodybodyrej {resp} {
# Used for rejecting the message body after the header
# has been read (ie, when we're already feeding the MTA data).
catch_close_cleardesc state(mtachan)
ic_bodyrej_startread [list ic_bodybodyrej_done $resp]
}
thread_subproc ic bodybodyrej_done {resp} {
global annoyance_major
chanset_hide $state(chan) 1 1
set annoychange $annoyance_major
set irritvalx {}
if {[info exists state(rcpts_errok_only)] && \
$state(rcpts_errok_only)} {
set annoychange 0
set irritvalx -
}
manyset [ic_getsiteannoy $annoychange] irritval irritamt
set irritamtl [string tolower $irritamt]
logreject reject state command $resp $irritamtl "$irritval$irritvalx"
threadio_puts ic $id $state(chan) "$resp\n" bodybodyrej_rejdone {}
}
thread_chainproc ic bodybodyrej_rejdone {} {
ic_msg_resetvars
ic_mtachan_open
}
thread_subproc ic body_eom {} {
chanset_hide $state(mtachan) 1 1
threadio_commandresponse ic $id $state(mtachan) "." {} body_finish_ok {}
}
thread_chainproc ic body_finish_ok {data} {
global addr_whitelist_delay addr_whitelist_timeout addr_verified_timeout
global site_whitelist_delay site_whitelist_timeout site_verified_timeout
if {![regexp -- {^250[- ](.*)} $data dm realdata]} {
ic_commandresponse major $data
} else {
set mid [ic_body_mid]
set minfo [ic_body_minfo $mid]
# We don't make whitelist entries as a result of messages we
# wanted to reject. Instead we verify them every time. Sorry
# folks !
set wouldreject 0
foreach rd {rej defer} {
foreach cm {conn msg} {
if {[llength $state(${rd}_${cm})]} { set wouldreject 1 }
}
}
if {!$wouldreject} {
foreach as {addr site} \
itlist [list $state(originators) [list $state(ra)]] {
foreach it $itlist {
set st [ds_get $as-list $it]
switch -exact -- $st {
unknown - verified {
set sl [list \
whitesoon [set ${as}_whitelist_delay] \
white [set ${as}_whitelist_timeout]]
}
white {
set sl [list white [set ${as}_whitelist_timeout]]
}
default { set sl {} }
}
if {![llength $sl]} continue
if {[catch {
if {"[lindex $sl 0]" != "$st"} {
eval [list setstate $as $it "$mid $data"] $sl
} else {
eval [list ds_set $as-list $it] $sl
}
} emsg]} {
log error \
"cannot create whitelist entry for $as $it: $emsg"
}
}
}
}
ic_commandresponse delivery \
"250 [ic_transactionid] [singleline $realdata]"
manyset [ic_getsiteannoy 0] cannoy cannoydesc
log notice \
"accepted $minfo via $state(rh) [string tolower $cannoydesc]=${cannoy}ms $data"
}
ic_msg_resetvars
}
thread_subproc ic transactionid {} {
return sauce-$id-[expr {[clock seconds]/1000}]-$state(rcptcounter)
}
thread_subproc ic body_mid {} {
if {[llength $state(resentmids)]} {
return [lindex $state(resentmids) 0]
} elseif {[info exists state(mid)]} {
return $state(mid)
} else {
return "(No Message-ID)"
}
}
thread_subproc ic body_minfo {mid} {
set sender "$state(mf_lp)@$state(mf_dm)"
if {"$sender" == "@"} { set sender {<>} }
return "$mid from $sender"
}
# Alternatively, discard the body and RSET the sub-MTA
thread_subproc ic bodyrej {eom why} {
ic_msg_resethdrvars
if {!$eom} {
ic_bodyrej_startread [list ic_bodyrej 1 $why]
} else {
threadio_commandresponse ic $id $state(mtachan) rset {^2..} \
bodyrej_resetmta_ok {} $why
}
}
thread_subproc ic bodyrej_startread {then} {
threadio_gets ic $id $state(chan) bodyrej_read {} $then
}
thread_chainproc ic bodyrej_read {then data} {
ic_msg_checkeof
if {"$data" == "."} {
eval $then
} else {
threadio_gets ic $id $state(chan) bodyrej_read {} $then
}
}
thread_chainproc ic bodyrej_resetmta_greeting_ok {what data} {
threadio_commandresponse ic $id $state(mtachan) \
"$state(helocmd) $state(helostring)" {^2..} \
bodyrej_resetmta_ok {} $what
}
thread_chainproc ic bodyrej_resetmta_ok {what data} {
ic_commandresponse major $what
ic_msg_resetvars
}
# Check if we want to blacklist
thread_subproc ic blacklist_thing {sa value tellwho valdesc} {
upvar #0 ${sa}_blacklist_timeout bl_to
set st [ds_get $sa-list $value]
set cd [ic_transactionid]
set add_bl [join $state(add_bl) "; "]
switch -exact -- $st {
unknown - whitesoon - verified {
log notice "$cd ... $sa $value ... blacklisting"
set thread [thread_start notifybl \
"$state(desc) / notify-bl $sa $value" \
$tellwho $sa $valdesc $state(add_bl)]
thread_join {} {} notifybl $thread addbl_done addbl_err \
$state(desc) $tellwho "$sa $value"
setstate $sa $value $add_bl black $bl_to
return 1
}
black {
log notice "$cd ... $sa $value ... refreshing blacklist"
setstate $sa $value $add_bl black $bl_to
return 1
}
white {
log notice "$cd ... $sa $value ... is whitelisted"
return 0
}
default {
log error "$cd ... $sa $value ... unknown state $st"
return 0
}
}
}
thread_subproc ic blacklist_site {} {
ic_blacklist_thing site $state(ra) \
"postmaster@$state(cmdomain)" \
"Calling IP address `$state(ra)'"
}
thread_subproc ic msg_maybeblacklist {} {
global blacklist_all_addresses always_blacklist_site
global chan_desc blacknone_message
if {![info exists state(add_bl)]} return
if {![llength $state(rej_msg)] && ![llength $state(rej_conn)]} {
ic_rej $blacknone_message
# If we had some other reason to reject it, use that.
}
set anyadded 0
set cd [ic_transactionid]
log notice "$cd blacklisting because [join $state(add_bl) {; }]"
foreach try $state(originators) {
if {[ic_blacklist_thing addr $try $try \
"Originator address `$try'"]} {
set anyadded 1
if {!$blacklist_all_addresses} break
}
}
if {!$anyadded} {
log notice "$cd ... unable to blacklist by originator ..."
}
if {!$anyadded || $always_blacklist_site} {
if {[ic_blacklist_site]} {
set anyadded 1
}
}
if {!$anyadded} {
log notice "$cd ... unable to blacklist !"
debug 1 "ra $state(ra) originators $state(originators) $state(header)"
}
}
proc addbl_done {desc what where okcode} {
log notice "$desc: blacklist notification sent to $where: $what: $okcode"
}
proc addbl_err {desc what where msg} {
log notice "$desc: blacklist notification to $where failed: $what: $msg"
}
# General cleanup functions ...
thread_subproc ic msg_resetvars {} {
catch { thread_cancel avf $state(avfid) }
ic_msg_resethdrvars
foreach x {
mf_lp mf_dm mf_parms hdrscomplete rcpts_errok_only add_bl
mid resentany originators originators_tochk
} {
catch { unset state($x) }
}
foreach x {rej_msg defer_msg delay_msg att_rcpts a_kinds resentmids} {
set state($x) {}
}
foreach x {resentany} {
set state($x) 0
}
}
thread_subproc ic msg_resethdrvars {} {
foreach x {header currenthn currenthl} { catch { unset state($x) } }
}
|