X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fspam-report.el;fp=lisp%2Fspam-report.el;h=30e0ae58f05aedfdc7693e046dad79f6ae1e4512;hp=e73444e85c04097b047304d3517e5b2174e23441;hb=2c4b45788689d6b19cd02f932dbe25afc6c76abf;hpb=b3c93a02c20069c4b26982620cf1915cad881ddc diff --git a/lisp/spam-report.el b/lisp/spam-report.el index e73444e85..30e0ae58f 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -256,6 +256,7 @@ This is initialized based on `user-mail-address'." 80)) (error "Could not open connection to %s" host)) (set-marker (process-mark tcp-connection) (point-min)) + (gnus-set-process-query-on-exit-flag tcp-connection nil) (process-send-string tcp-connection (format "GET %s HTTP/1.1\nUser-Agent: %s\nHost: %s\n\n"