* Re: [gentoo-user] OT - Need procmail recipe [not found] <1178647674.11136.5.camel@camille.espersunited.com> @ 2007-05-08 18:33 ` Bertram Scharpf 2007-05-08 19:52 ` Michael Sullivan 2007-05-08 20:34 ` Jorge Almeida 1 sibling, 1 reply; 12+ messages in thread From: Bertram Scharpf @ 2007-05-08 18:33 UTC (permalink / raw To: gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-08 18:33 ` [gentoo-user] OT - Need procmail recipe Bertram Scharpf @ 2007-05-08 19:52 ` Michael Sullivan 2007-05-09 18:50 ` Bertram Scharpf 0 siblings, 1 reply; 12+ messages in thread From: Michael Sullivan @ 2007-05-08 19:52 UTC (permalink / raw To: gentoo-user 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... -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-08 19:52 ` Michael Sullivan @ 2007-05-09 18:50 ` Bertram Scharpf 2007-05-09 20:21 ` Michael Sullivan 0 siblings, 1 reply; 12+ messages in thread From: Bertram Scharpf @ 2007-05-09 18:50 UTC (permalink / raw To: gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-09 18:50 ` Bertram Scharpf @ 2007-05-09 20:21 ` Michael Sullivan 2007-05-09 21:43 ` Neil Walker 2007-05-10 8:43 ` Bertram Scharpf 0 siblings, 2 replies; 12+ messages in thread From: Michael Sullivan @ 2007-05-09 20:21 UTC (permalink / raw To: gentoo-user 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? -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-09 20:21 ` Michael Sullivan @ 2007-05-09 21:43 ` Neil Walker 2007-05-10 8:43 ` Bertram Scharpf 1 sibling, 0 replies; 12+ messages in thread From: Neil Walker @ 2007-05-09 21:43 UTC (permalink / raw To: gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-09 20:21 ` Michael Sullivan 2007-05-09 21:43 ` Neil Walker @ 2007-05-10 8:43 ` Bertram Scharpf 2007-05-11 18:39 ` Michael Sullivan 1 sibling, 1 reply; 12+ messages in thread From: Bertram Scharpf @ 2007-05-10 8:43 UTC (permalink / raw To: gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-10 8:43 ` Bertram Scharpf @ 2007-05-11 18:39 ` Michael Sullivan 2007-05-12 2:51 ` Bertram Scharpf 0 siblings, 1 reply; 12+ messages in thread From: Michael Sullivan @ 2007-05-11 18:39 UTC (permalink / raw To: gentoo-user 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- -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-11 18:39 ` Michael Sullivan @ 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 12:46 ` Michael Sullivan 0 siblings, 2 replies; 12+ messages in thread From: Bertram Scharpf @ 2007-05-12 2:51 UTC (permalink / raw To: gentoo-user, gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-12 2:51 ` Bertram Scharpf @ 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 12:46 ` Michael Sullivan 1 sibling, 0 replies; 12+ messages in thread From: Bertram Scharpf @ 2007-05-12 2:51 UTC (permalink / raw To: gentoo-user, gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 2:51 ` Bertram Scharpf @ 2007-05-12 12:46 ` Michael Sullivan 1 sibling, 0 replies; 12+ messages in thread From: Michael Sullivan @ 2007-05-12 12:46 UTC (permalink / raw To: gentoo-user 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? -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe [not found] <1178647674.11136.5.camel@camille.espersunited.com> 2007-05-08 18:33 ` [gentoo-user] OT - Need procmail recipe Bertram Scharpf @ 2007-05-08 20:34 ` Jorge Almeida 2007-05-10 16:04 ` Dan Farrell 1 sibling, 1 reply; 12+ messages in thread From: Jorge Almeida @ 2007-05-08 20:34 UTC (permalink / raw To: gentoo-user 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 -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] OT - Need procmail recipe 2007-05-08 20:34 ` Jorge Almeida @ 2007-05-10 16:04 ` Dan Farrell 0 siblings, 0 replies; 12+ messages in thread From: Dan Farrell @ 2007-05-10 16:04 UTC (permalink / raw To: gentoo-user On Tue, 8 May 2007 21:34:47 +0100 (WEST) Jorge Almeida <jalmeida@math.ist.utl.pt> 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. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2007-05-12 12:53 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1178647674.11136.5.camel@camille.espersunited.com> 2007-05-08 18:33 ` [gentoo-user] OT - Need procmail recipe Bertram Scharpf 2007-05-08 19:52 ` Michael Sullivan 2007-05-09 18:50 ` Bertram Scharpf 2007-05-09 20:21 ` Michael Sullivan 2007-05-09 21:43 ` Neil Walker 2007-05-10 8:43 ` Bertram Scharpf 2007-05-11 18:39 ` Michael Sullivan 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 2:51 ` Bertram Scharpf 2007-05-12 12:46 ` Michael Sullivan 2007-05-08 20:34 ` Jorge Almeida 2007-05-10 16:04 ` Dan Farrell
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox