Re: [gentoo-user] OT - Need procmail recipe

2007-05-08 Thread Bertram Scharpf
Hi,

Am Dienstag, 08. Mai 2007, 13:07:54 -0500 schrieb Michael Sullivan:
> I need a procmail recipe that will allow all mails marked as spam to be
> delivered to a dovecot maildir-style folder called Suspect located
> in /home/michael/.maildir/.Suspect (with new, cur, tmp as subdirs).

If you don't want to write it in Procmail, maybe you like to
do some Ruby. I once composed my own mail filter. It's not
documented very well but really easy to use.

  http://opensource.bertram-scharpf.de/sites/cropmail/

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-08 Thread Michael Sullivan
On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> Hi,
> 
> Am Dienstag, 08. Mai 2007, 13:07:54 -0500 schrieb Michael Sullivan:
> > I need a procmail recipe that will allow all mails marked as spam to be
> > delivered to a dovecot maildir-style folder called Suspect located
> > in /home/michael/.maildir/.Suspect (with new, cur, tmp as subdirs).
> 
> If you don't want to write it in Procmail, maybe you like to
> do some Ruby. I once composed my own mail filter. It's not
> documented very well but really easy to use.
> 
>   http://opensource.bertram-scharpf.de/sites/cropmail/
> 
> Bertram
> 
> 
> -- 
> Bertram Scharpf
> Stuttgart, Deutschland/Germany
> http://www.bertram-scharpf.de

I keep trying to emerge it, and it keeps giving me a digest error:

baby rakonfig # emerge cropmail
Calculating dependencies... done!

>>> Emerging (1 of 2) dev-ruby/rakonfig-0.1 to /
!!! Previously fetched file: 'rakonfig-0.1.tar.gz'
!!! Reason: Filesize does not match recorded size
!!! Got:  6208
!!! Expected: 6138
Refetching...

>>> Downloading
'http://distfiles.gentoo.org/distfiles/rakonfig-0.1.tar.gz'
--14:50:41--  http://distfiles.gentoo.org/distfiles/rakonfig-0.1.tar.gz
   => `/usr/portage/distfiles/rakonfig-0.1.tar.gz'
Resolving distfiles.gentoo.org... 64.50.236.52, 64.50.238.52,
156.56.247.195, ...
Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:50:41 ERROR 404: Not Found.

>>> Downloading
'http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/rakonfig-0.1.tar.gz'
--14:50:41--
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/rakonfig-0.1.tar.gz
   => `/usr/portage/distfiles/rakonfig-0.1.tar.gz'
Resolving distro.ibiblio.org... 152.46.7.109
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:50:44 ERROR 404: Not Found.

>>> Downloading
'http://opensource.bertram-scharpf.de/distfiles/rakonfig-0.1.tar.gz'
--14:50:44--
http://opensource.bertram-scharpf.de/distfiles/rakonfig-0.1.tar.gz
   => `/usr/portage/distfiles/rakonfig-0.1.tar.gz'
Resolving opensource.bertram-scharpf.de... 82.165.122.233
Connecting to opensource.bertram-scharpf.de|82.165.122.233|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,208 (6.1K) [application/x-tar]

100%[===>] 6,208
37.03K/s 

14:50:53 (36.82 KB/s) - `/usr/portage/distfiles/rakonfig-0.1.tar.gz'
saved [6208/6208]

 * checking ebuild checksums ;-) ...
[ ok ]
 * checking auxfile checksums ;-) ...
[ ok ]
 * checking miscfile checksums ;-) ...
[ ok ]
 * checking rakonfig-0.1.tar.gz ;-) ...
[ !! ]

!!! Digest verification failed:
!!! /usr/portage/distfiles/rakonfig-0.1.tar.gz
!!! Reason: Filesize does not match recorded size
!!! Got: 6208
!!! Expected: 6138

Even when I download the file from the link at your site directly
into /usr/portage/distfiles it gives me this error...

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-08 Thread Jorge Almeida

On Tue, 8 May 2007, Michael Sullivan wrote:


I need a procmail recipe that will allow all mails marked as spam to be
delivered to a dovecot maildir-style folder called Suspect located
in /home/michael/.maildir/.Suspect (with new, cur, tmp as subdirs).



:0
* ^X-Spam-Status: Yes
/home/michael/.maildir/.Suspect/


--
Jorge Almeida
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-09 Thread Bertram Scharpf
Hi,

Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > Am Dienstag, 08. Mai 2007, 13:07:54 -0500 schrieb Michael Sullivan:
> > > I need a procmail recipe that will allow all mails marked as spam to be
> > > delivered to a dovecot maildir-style folder called Suspect located
> > > in /home/michael/.maildir/.Suspect (with new, cur, tmp as subdirs).
> > 
> > If you don't want to write it in Procmail, maybe you like to
> > do some Ruby. I once composed my own mail filter. It's not
> > documented very well but really easy to use.
> > 
> >   http://opensource.bertram-scharpf.de/sites/cropmail/
> 
> I keep trying to emerge it, and it keeps giving me a digest error:

Arrgh! I admit I installed it once and did not advertise it
very well. Then came some corrections ... Sorry!

Please try again and please complain if it still should not
work.

Thanks for the feedback.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-09 Thread Michael Sullivan
On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> Hi,
> 
> Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > Am Dienstag, 08. Mai 2007, 13:07:54 -0500 schrieb Michael Sullivan:
> > > > I need a procmail recipe that will allow all mails marked as spam to be
> > > > delivered to a dovecot maildir-style folder called Suspect located
> > > > in /home/michael/.maildir/.Suspect (with new, cur, tmp as subdirs).
> > > 
> > > If you don't want to write it in Procmail, maybe you like to
> > > do some Ruby. I once composed my own mail filter. It's not
> > > documented very well but really easy to use.
> > > 
> > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > 
> > I keep trying to emerge it, and it keeps giving me a digest error:
> 
> Arrgh! I admit I installed it once and did not advertise it
> very well. Then came some corrections ... Sorry!
> 
> Please try again and please complain if it still should not
> work.
> 
> Thanks for the feedback.
> 
> Bertram
> 
> 
> -- 
> Bertram Scharpf
> Stuttgart, Deutschland/Germany
> http://www.bertram-scharpf.de

OKay.  It emerged.  Now, how do I plug it into sendmail?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-09 Thread Neil Walker

Michael Sullivan wrote:

OKay.  It emerged.  Now, how do I plug it into sendmail?
  


emerge -C sendmail

Nobody with any sense has run sendmail for years - it has been replaced 
with several superior alternatives.



Be lucky,

Neil


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-10 Thread Bertram Scharpf
Hi Michael,

Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
> On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> > Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > > If you don't want to write it in Procmail, maybe you like to
> > > > do some Ruby. I once composed my own mail filter. It's not
> > > > documented very well but really easy to use.
> > > > 
> > > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > > 
> 
> OKay.  It emerged.  Now, how do I plug it into sendmail?

I'm using Exim and I only have no other machine at home
where I could try another MTA. As I did with Exim, it should
suffice when you take the Procmail plug of Sendmail and just
s/procmail/cropmail/g it.

A successful configuration example is welcome here.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-10 Thread Dan Farrell
On Tue, 8 May 2007 21:34:47 +0100 (WEST)
Jorge Almeida <[EMAIL PROTECTED]> wrote:

> On Tue, 8 May 2007, Michael Sullivan wrote:
> 
> > I need a procmail recipe that will allow all mails marked as spam
> > to be delivered to a dovecot maildir-style folder called Suspect
> > located in /home/michael/.maildir/.Suspect (with new, cur, tmp as
> > subdirs).
> >
> >
> :0
> * ^X-Spam-Status: Yes
> /home/michael/.maildir/.Suspect/
> 
> 
Yep, that should work ,although you may have to adjust X-Spam-Status to
match a header that your spam filtering has placed in the emails.
Check the email headers to be sure.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-11 Thread Michael Sullivan
On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
> Hi Michael,
> 
> Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
> > On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> > > Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > > > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > > > If you don't want to write it in Procmail, maybe you like to
> > > > > do some Ruby. I once composed my own mail filter. It's not
> > > > > documented very well but really easy to use.
> > > > > 
> > > > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > > > 
> > 
> > OKay.  It emerged.  Now, how do I plug it into sendmail?
> 
> I'm using Exim and I only have no other machine at home
> where I could try another MTA. As I did with Exim, it should
> suffice when you take the Procmail plug of Sendmail and just
> s/procmail/cropmail/g it.
> 
> A successful configuration example is welcome here.
> 
> Bertram
> 
> 
> -- 
> Bertram Scharpf
> Stuttgart, Deutschland/Germany
> http://www.bertram-scharpf.de

I'm a little confused as to exactly what I insert
into /etc/exim/exim.conf.  Any clues?
-Michael Sullivan-

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-11 Thread Bertram Scharpf
Hi,
1
Am Freitag, 11. Mai 2007, 13:39:21 -0500 schrieb Michael Sullivan:
> On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
> > Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
> > > On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> > > > Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > > > > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > > > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > > 
> > > OKay.  It emerged.  Now, how do I plug it into sendmail?
> 
> I'm a little confused as to exactly what I insert
> into /etc/exim/exim.conf.  Any clues?

As far as I remember Exim became prominent for its excellent
logging and diagnostics output. (It's months ago for me). Do
you like to post some parts of /var/log/exim/* ?

Thanks in advance.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need procmail recipe

2007-05-12 Thread Michael Sullivan
On Sat, 2007-05-12 at 04:51 +0200, Bertram Scharpf wrote:
> Hi,
> 1
> Am Freitag, 11. Mai 2007, 13:39:21 -0500 schrieb Michael Sullivan:
> > On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
> > > Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
> > > > On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> > > > > Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > > > > > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > > > > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > > > 
> > > > OKay.  It emerged.  Now, how do I plug it into sendmail?
> > 
> > I'm a little confused as to exactly what I insert
> > into /etc/exim/exim.conf.  Any clues?
> 
> As far as I remember Exim became prominent for its excellent
> logging and diagnostics output. (It's months ago for me). Do
> you like to post some parts of /var/log/exim/* ?
> 
> Thanks in advance.
> 
> Bertram
> 
> 
> -- 
> Bertram Scharpf
> Stuttgart, Deutschland/Germany
> http://www.bertram-scharpf.de

Is there anything in particular I should be looking for?

-- 
[EMAIL PROTECTED] mailing list