* David Z Maze <[EMAIL PROTECTED]> a écrit profondement:
|
| Edward <[EMAIL PROTECTED]> 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 . "[EMAIL PROTECTED]"))))
| 
| 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 "[EMAIL PROTECTED]")
         ("Fcc" "~/Mail/sent-alt-test")
         ("Bcc" "[EMAIL PROTECTED]")
         )

         ("rec*"
         (signature-file "~/.signature/davey")
         (From "<[EMAIL PROTECTED]>")
         (address "[EMAIL PROTECTED]")
         ("Fcc" "~/Mail/sent-rec")
         )

         ("gnu.emacs*"
         (signature-file "~/.signature/slackrat")
         (name "slack-rat")
         (address "[EMAIL PROTECTED]")
         ("Fcc" "~/Mail/sent-gnu"))

;; MAILING LISTS
;;==============
         ("bothwell"
         ("To" "[EMAIL PROTECTED]")
         (signature-file "~/.signature/bill")
         (name "Slack Rat")
         (address "[EMAIL PROTECTED]")
         ("Fcc" "~/Mail/sent-bothwell")
         ("Bcc" "inconnu")
         )

         ("marystuart"
         ("To" "[EMAIL PROTECTED]")
         (signature-file "~/.signature/bill")
         (name "Slack Rat")
         (address "[EMAIL PROTECTED]")
         ("Fcc" "~/Mail/sent-marystuart")
         ("Bcc" "inconnu")
         )

<<<ETC-ETC-ETC>>>

))


-- 
SlackRat
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to