info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus-posting-styles confusing


From: Tassilo Horn
Subject: Re: gnus-posting-styles confusing
Date: Tue, 14 Aug 2007 19:11:43 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

आशीष शुक्ल Ashish Shukla <wahjava@gmail.com> writes:

Hi Ashish,

>> Yes, that's exactly what they are for.  Let's assume you have the
>> following groups for the mailing lists:
>>
>>           mail.lists.one
>>           mail.lists.two
>>           ...
>>           mail.lists.nine
>
> How're those groups created ? Are you using group mail splitting ?

That was only an example.  I use IMAP and split on the server side with
Sieve.

> Anyways, following is my .gnus.
>
> -- begin .gnus --

[...]

> (setq nnmail-split-methods
>         '(("sent-mail" "^From:.*wahjava\\(?:.ml\\)?
> @remove[.]it[.]human[.]gmail[.]com")
>           ("lists" "^List-Id: ")
>           ("inbox" "")))

Ok, so all your list mails go into lists.

So these posting styles should work.

--8<---------------cut here---------------start------------->8---
(setq gnus-posting-styles
      '((".*"
         (address "wahjava@remove.it.human.gmail.com (Ashish Shukla आशीषशुक्ल)")
         (organization "/\\/0/\\/3")
         ("X-PGP" "762E5E74")
         ("PGP" "762E5E74")
         ("X-PGP-FP" "1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74")
         ("X-Attribution" "आशीष")
         ("X-Mailer" (my-gnus-user-agent))
         (signature-file "~/.signature"))
        ("lists"
         (address "my@list-address.invalid"))))
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]