Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
Subject: Re: Emacs Mailer Options
Date: Fri, 29 Dec 2006 18:38:00 +0200	[thread overview]
Message-ID: <87ejqilkt3.fsf@kobe.laptop> (raw)
In-Reply-To: <1167369622.028078.31050@n51g2000cwc.googlegroups.com>

On 28 Dec 2006 21:20:22 -0800, "harel barzilai" <barzilai@gmail.com> wrote:
> To try to minimize the learning curve I found
> http://www.faqs.org/faqs/gnus-faq/section-54.html
> [...]
> Second, I don't know what exactly procmail does on the system I am a
> user of (dreamhost.com) but they do have procmail. Does that mean I
> have to follow the directions on "Procmail and Gnus"? Because they
> indicate at "Procmail and Gnus"
> (http://www.faqs.org/faqs/gnus-faq/section-51.html) "And then I have
> procmail deliver to ~/.incoming/inbox.spool" which appears to be
> "mbox" format rather than "Maildir" format. My question: Is that true?

You can deliver to Maildir folders with procmail too.  The trick is to
create a Maildir folder first, and then append '/' to the folder name in
your `.procmailrc' file.

To create an empty Maildir/ folder, you can use:

    $ mkdir -p Maildir/cur Maildir/new Maildir/tmp
    $ chmod 0700 Maildir Maildir/*

A delivery recipe, which sends all 'FreeBSD-related' email into this
folder would look like this:

    :0 H
    * Sender:.*@.*freebsd.org
    Maildir/

Note the use of a trailing '/' character to denote that this is not a
UNIX "mbox" folder, but a Maildir folder.

> Because, that would be a problem, since Dreamhost.com indicates I
> *must* switch to maildir format from mbox (that is exactly why I am
> moving away from rmail!) in order to have their built-in anti-spam
> software work for me..

That's a silly requirement, but oh well...

> That is the most important question (in a negative sort of way..) iff
> the answer is that I must move away from Maildir format to use gnus
> for email..it's NOT enough that gnus can convert from maildir to
> mbox...dreamhost.com already used procmail to do that for me...the
> issue is I must keep mail in Maildir format in order to use
> dreamhost.com's built-in anti-spam.

Does their build-in antispam stuff work with your Maildir folders
*after* email has been delivered into the folder?

If this is true, it may be tricky to get their antispam to work with
Gnus and "nnml"-style folders.  You can use Gnus to read messages
*directly* from the Maildir/ folder though.

  parent reply	other threads:[~2006-12-29 16:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1167115181.099537.35020@a3g2000cwd.googlegroups.com>
     [not found] ` <85vejxndbo.fsf@robf.de>
2006-12-29  5:20   ` harel barzilai
2006-12-29  9:08     ` Reiner Steib
2006-12-29 12:13       ` Slackat
2006-12-29 16:38     ` Giorgos Keramidas [this message]
2006-12-31  6:55       ` harel barzilai
2007-01-01  7:14 ` Learning gnus for email only (Was: Re: Emacs Mailer Options) harel barzilai
2007-01-01 17:28   ` Learning gnus for email only Reiner Steib
2007-01-02  4:41     ` harel barzilai
2007-01-02  5:40     ` harel barzilai
2007-01-02  6:48       ` Slackat
2007-01-02 20:36       ` harel barzilai
2007-01-02 22:51         ` Reiner Steib
2007-01-05  2:35           ` harel barzilai
2007-01-05 10:54             ` Springfield
2007-01-06  5:22               ` harel barzilai
2007-01-06 13:09                 ` Reiner Steib
2007-01-06 13:40                   ` Slackrat
2007-01-06 14:20                     ` Reiner Steib
2007-01-05 12:23             ` Reiner Steib
     [not found] ` <1167547830.044677.30770@v33g2000cwv.googlegroups.com>
     [not found]   ` <1168062671.653432.216140@i15g2000cwa.googlegroups.com>
     [not found]     ` <87k5zzyhfy.fsf@kobe.laptop>
2007-01-12  5:53       ` Emacs Mailer Options harel barzilai

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=87ejqilkt3.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    /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).