Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: slack-rat <gnus@azurservers.com>
To: info-gnus-english@gnu.org
Subject: Re: How to Automatically bcc: me!
Date: Tue, 30 Oct 2007 02:17:47 +0100	[thread overview]
Message-ID: <87fxzto0xw.fsf@azurservers.com> (raw)
In-Reply-To: <y68ve8prg5e.fsf@contents-vnder-pressvre.mit.edu>

* David Z Maze <dmaze@mit.edu> a écrit profondement:
|
| Edward <edward.dodge@gmail.com> writes:
| 
| > Does anyone know the right trigger/hook/variable to set so that every
| > new GNUS message includes a bcc: line with an address/alias already
| > filled in?
| 
| I have:
| 
| (setq message-required-mail-headers
|       (nconc message-required-mail-headers
| 	     (list '(Bcc . "dmaze@mit.edu"))))
| 
| This is in a separate .el file that's loaded before Gnus starts up.  I'm
| sure there was a good reason for that somewhere in the past 10 years;
| for all I know it'd probably work fine to put this in your .gnus file as
| well.
| 
|   --dzm


Or set it on or off, and customized if On for all groups:

(setq gnus-posting-styles
      '((".*"
;; STANDARD
;;=========
	 (name mail-user-name)
	 ("X-Guarantee" "This email is certified to have been free
             of UCE and any other Malicious, Harmful or
             Annoying Content when originally sent by
             <user>@azurservers.com - Azurservers post
             SPF records and do not condone SPAM type
             emails")
	 (signature-file "~/.signature/bill")
	 ("X-Homepage" "http://azurservers.com")
	 ("X-Operating-System" "Kernel=Intel-Linux, Programmes=GNU, Integration=Slackware")
	 ("X-Azurservers-AuthNo" "Registered as AZSV bghkd8332277")
	 (organization "Not very much!"))

;; USENET
;;=======
	 ("alt.test*"
	 (signature-file "~/.signature/davey")
	 (name "Tester-Tester Tester")
	 (address "alttest@azurservers.com")
	 ("Fcc" "~/Mail/sent-alt-test")
	 ("Bcc" "wherever-you-like@domain.com")
         )

	 ("rec*"
	 (signature-file "~/.signature/davey")
	 (From "<Davey@Crockett.Net>")
	 (address "rec@azurservers.com")
	 ("Fcc" "~/Mail/sent-rec")
         )

	 ("gnu.emacs*"
	 (signature-file "~/.signature/slackrat")
	 (name "slack-rat")
	 (address "gnus@azurservers.com")
	 ("Fcc" "~/Mail/sent-gnu"))

;; MAILING LISTS
;;==============
	 ("bothwell"
	 ("To" "earlofbothwell@yahoogroups.com")
	 (signature-file "~/.signature/bill")
	 (name "Slack Rat")
	 (address "bothwell@azurservers.com")
	 ("Fcc" "~/Mail/sent-bothwell")
	 ("Bcc" "inconnu")
         )

	 ("marystuart"
	 ("To" "mariestuart@yahoogroups.com")
	 (signature-file "~/.signature/bill")
	 (name "Slack Rat")
	 (address "marystuart@azurservers.com")
	 ("Fcc" "~/Mail/sent-marystuart")
	 ("Bcc" "inconnu")
         )

<<<ETC-ETC-ETC>>>

))


-- 
SlackRat

      reply	other threads:[~2007-10-30  1:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-29 17:07 Edward
2007-10-29 17:21 ` David Z Maze
2007-10-30  1:17   ` slack-rat [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fxzto0xw.fsf@azurservers.com \
    --to=gnus@azurservers.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).