Hi Bill,

> > Don't most MUAs do this? mutt does [...]
> 
> Maybe how to do this should be added to the wiki, then.

This is what I have for Mutt (note that I use pass to store the
mail-submit password):

```
set my_debian      = '[email protected]'
set my_debian_smtp = 'smtp://[email protected]:587'

source "pass my-debian-mail-password |"

set my_debian_reply_hook = "my_hdr from: $my_debian"

reply-hook .                    "unmy_hdr from:"
reply-hook ~L$my_debian         $my_debian_reply_hook
reply-hook ~L.*@.*\.debian\.org $my_debian_reply_hook
reply-hook ~L.*@.*\.debian\.net $my_debian_reply_hook

set my_debian_send_hook = "\
    set signature   = '~/.mutt/signature.debian' \
        smtp_url    = $my_debian_smtp \
        smtp_pass   = $my_debian_pass \
        sendmail    = ''"

send2-hook .                    "set signature='' sendmail=''"
send2-hook ~L$my_debian         $my_debian_send_hook
send2-hook ~L.*@debian\.org     $my_debian_send_hook
send2-hook ~L.*@.*\.debian\.org $my_debian_send_hook
send2-hook ~L.*@.*\.debian\.net $my_debian_send_hook
```

I'll try to send a patch to DSA for the dsa-wiki later today.

Cheers,
Alex

--
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁   Alex Muntada <[email protected]>
  ⢿⡄⠘⠷⠚⠋   Debian Developer 🍥 log.alexm.org
  ⠈⠳⣄⠀⠀⠀⠀

Attachment: signature.asc
Description: PGP signature

Reply via email to