Drew Raines <[EMAIL PROTECTED]> writes:

> Anyway, my question is what's the best way of making TMDA cooperate
> with Oort Gnus?

Just setting `sendmail-program' should be all that's necessary.

> tmda.el?  Or does it even handle sending messages?

tmda.el doesn't handle sending, but it's a highly recommended addition
for things like appending to your whitelists, browsing your pending
queue, adding X-TMDA headers, etc.

Here are my tmda.el settings:

;; Josh Huber's tmda.el
(require 'tmda)
(tmda-install-hooks)
(setq tmda-list-append-confirm nil)
(setq tmda-wildcard-list-append-confirm t)
(setq tmda-default-wildcard-whitelist "~/.tmda/lists/wildcards")
(setq tmda-pending-summary-args "-bT")
(setq bbdb-canonicalize-net-hook 'tmda-normalize-address)

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to