Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to Automatically bcc: me!
@ 2007-10-29 17:07 Edward
  2007-10-29 17:21 ` David Z Maze
  0 siblings, 1 reply; 3+ messages in thread
From: Edward @ 2007-10-29 17:07 UTC (permalink / raw)
  To: info-gnus-english


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?

Edward

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Automatically bcc: me!
  2007-10-29 17:07 How to Automatically bcc: me! Edward
@ 2007-10-29 17:21 ` David Z Maze
  2007-10-30  1:17   ` slack-rat
  0 siblings, 1 reply; 3+ messages in thread
From: David Z Maze @ 2007-10-29 17:21 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to Automatically bcc: me!
  2007-10-29 17:21 ` David Z Maze
@ 2007-10-30  1:17   ` slack-rat
  0 siblings, 0 replies; 3+ messages in thread
From: slack-rat @ 2007-10-30  1:17 UTC (permalink / raw)
  To: info-gnus-english

* 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-30  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 17:07 How to Automatically bcc: me! Edward
2007-10-29 17:21 ` David Z Maze
2007-10-30  1:17   ` slack-rat

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).