Gnus development mailing list
 help / color / mirror / Atom feed
From: Turbo Fredriksson <turbo@tripnet.se>
Subject: Re: problem with sending mail in pgnus 0.9[23]
Date: 14 Jul 1999 19:45:55 +0200	[thread overview]
Message-ID: <ygf1zeb86r0.fsf@papadoc.bergsjon.gbg.org> (raw)
In-Reply-To: Turbo Fredriksson's message of "08 Jul 1999 21:12:57 +0200"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=NIL, Size: 6057 bytes --]


Oki, I  have worked a  little while with  this, and it _IS_  a problem
with the variables gnus-posting-style-alist and gnus-posting-styles.

In the first part (the 'Default') below, if I uncomment the ispell, yow,
spook and pgp lines, I end up with a header line saying 'Pgpid: turbo'.

So now, PGnus (v0.9?) is inserting my 'gnus-posting-styles' literally,
which it doesn't in the one that works (v0.84). There it sets the variable
I specified instead.

Which means, that when I use the '(ispell t)', it sets the variable
'turbo/process-ispell' to true instead.

When and why was this behaviour changed? (I'm not saying that it's
worse, I just have to rewrite some other hooks to take this into
account). Or is this a bug?

----- s n i p -----
(setq gnus-posting-style-alist
      '((organization . message-user-organization)
        (signature . message-signature)
        (signature-file . message-signature-file)
        (address . user-mail-address)
        (name . user-full-name)
        (ispell . turbo/process-ispell)
        (yow . turbo/process-yow)
        (spook . turbo/process-spook)
        (pgp . turbo/process-pgp)
        (pgpid . mc-pgp-user-id)
        (nntp . nntp-address)
        (header . message-default-headers)))

;; Attributes, check variable 'gnus-posting-style-alist'
(setq gnus-posting-styles
      '((".*"
         ;; Default
         (address        "turbo@tripnet.se")
         (name           "Turbo Fredriksson")
         (organization   "NoCrew")
         (signature      t)
         (signature-file "~/.signature.default")
         (ispell         t)
         (yow            t)
         (spook          t)
         (pgp            t)
         (pgpid          "turbo")
         (header
          (concat "X-PGP-Fingerprint: B7 92 93 0E 06 94 D6 22  98 1F 0B 5B FE 33 A1 0B\n"
                  "X-PGP-Key-ID: 0x788CD1A9\n"
                  "X-URL: http://www.nocrew.org/~turbo/\n")))
        ;;
        ("debian\\.bugs"
         (address        "turbo@debian.org")
         (organization   "Debian GNU/Linux")
         (spook          nil)
         (yow            nil)
         (pgp            nil)
         (signature-file "~/.signature.debian"))
        ("debian\\."
         ;; Debian mailinglists...
         (address        "turbo@debian.org")
         (organization   "Debian GNU/Linux")
         (signature-file "~/.signature.debian")
         (pgp            t)
         (yow            t)
         (spook          t))
        ;;
        ("misc\\.majordomo"
         ;; Majordomo requests
         (name           "Turbo Fredriksson")
         (address        "turbo@tripnet.se")
         (organization   "No organization, I'm lame")
         (ispell         nil)
         (yow            nil)
         (spook          nil)
         (pgp            nil))
        ;;
        ("solheim\\."
         ;; Solheim mails
         (name           "Ulf TURBO Fredriksson")
         (address        "turbo@solheim.net")
         (organization   "Solheim System AB")
         (signature-file "~/.signature.solheim")
         (pgp            nil)
         (spook          nil))
        ("solheim\\.registry"
         ;; Solheim registry.
         (name           "DNS Registry")
         (address        "registry@solheim.net")
         (organization   "Solheim System AB")
         (signature      nil)
         (spook          nil)
         (yow            nil)
         (pgp            t)
         (pgpid          "registry")
         (header
          (concat "X-PGP-Fingerprint: 28 6E 0D 6E FB AB 65 57  27 EB 51 C2 FA 9F 34 6A\n"
                  "X-PGP-Key-ID: 0x70753BED\n")))
        ("solheim\\.root"
         ;; Solheim registry.
         (name           "Solheim System AB")
         (address        "staff@solheim.net")
         (organization   "Solheim System AB")
         (pgp            nil)
         (spook          nil)
         (yow            nil))
        ;;
        ("other\\.vanc"
         ;; VanLUG mailing list
         (address        "turbo@nocrew.org")
         (signature      nil)
         (pgp            nil))
        ;;
        ("ccw\\.admin"
         (address        "turbo@tripnet.se")
         (organization   "Computer Club West")
         (signature      'fortune)
         (name           "Turbo")
         (pgp            nil))
        ;;
        ("mail\\.testings"
         ;; My test group...
         (address        "turbo@papadoc.solheim.net")
         (name           "Test turbo")
         (signature      nil)
         (ispell         nil))
        ;;
        ("personal"
         ;; Personal mail
         (address        "turbo@nocrew.org")
         (signature      t))
        ;; Newsgroups does not seem to understand this, but...
        ("alt\\.testing\\.testing"
         ;; For the test newsgroup
         (address        "turbo@nocrew.org")
         (name           "Just a test user name"))
        ("gnu\\.emacs\\.gnus"
         ;; For the gnus newsgroup
         (address        "turbo@tripnet.se")
         (signature-file "~/.signature.gnus"))
        ("from\\.sorken"
         (signature-file "~/.signature.sorken"))
        ("from\\.linda"
         (signature-file "~/.signature.linda")
         (spook          nil)
         (pgp            nil))
        ("\\(.*christa\\|farsan\\)"
         (signature-file "~/.signature.misc")
         (spook          nil)
         (pgp            nil))
        ("alt\\.tv\\.star-trek"
         ;; For the Star Trek newsgroup
         (address        "turbo@tripnet.se")
         (signature-file "~/.signature.startrek"))))
----- s n i p -----

-- 
 Turbo     __ _     Debian GNU     Unix _IS_ user friendly - it's just 
 ^^^^^    / /(_)_ __  _   ___  __  selective about who its friends are 
         / / | | '_ \| | | \ \/ /   Debian Certified Linux Developer  
  _ /// / /__| | | | | |_| |>  <  Turbo Fredriksson   turbo@tripnet.se
  \\\/  \____/_|_| |_|\__,_/_/\_\ Stockholm/Sweden
-- 
KGB Delta Force smuggle NORAD Panama Peking Khaddafi Semtex colonel
Legion of Doom North Korea SEAL Team 6 DES Qaddafi Mossad

[-- Attachment #2: Type: application/pgp-signature, Size: 347 bytes --]

  parent reply	other threads:[~1999-07-14 17:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-08 19:12 Turbo Fredriksson
1999-07-09 17:57 ` Lars Magne Ingebrigtsen
1999-07-14 17:45 ` Turbo Fredriksson [this message]
1999-07-14 21:28   ` Kai Großjohann
1999-09-18 15:03     ` Turbo Fredriksson
1999-07-10 18:05 [Turbo Fredriksson <turbo@tripnet.se>] " Turbo Fredriksson
1999-07-11  9:21 ` Lars Magne Ingebrigtsen
1999-07-11 12:15   ` Turbo Fredriksson
1999-07-11 21:15     ` Kai Großjohann
1999-07-12 10:21       ` Turbo Fredriksson
1999-07-12 11:10         ` Kai Großjohann
1999-07-12 11:39           ` Turbo Fredriksson
1999-07-12 13:57             ` Peter von der Ahé
1999-07-12 14:51               ` Turbo Fredriksson

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=ygf1zeb86r0.fsf@papadoc.bergsjon.gbg.org \
    --to=turbo@tripnet.se \
    /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).