Re: Cyrus (Sieve) and external programs

2018-06-11 Thread David Lang
+0100 From: Pedro silva To: Sven Schwedas Cc: info-cyrus@lists.andrew.cmu.edu, Info-cyrus Subject: Re: Cyrus (Sieve) and external programs Hello Sven, Thanks for your answer. Actually I would like to set up a system were a user would move his messages to a spam folder, and by doing so, t

Re: Cyrus (Sieve) and external programs

2018-06-11 Thread Pedro silva
Hello Adam, I've tried with fetchmail before, but coudn't get it to work, you explanation is a big help with that method, I'll try it. Thanks. Pedro Silva On 08-06-2018 15:22, Adam Tauno Williams wrote: >> sa-learn would be the way to go, but my spamassassin is not on the >> same server as

Re: Cyrus (Sieve) and external programs

2018-06-08 Thread Adam Tauno Williams
> sa-learn would be the way to go, but my spamassassin is not on the > same server as my mailboxes. I tried solution with a common mailbox > and something like fetchmail on my spamassassin machine, but could > not get it to work as I intended. > You are right about learning based on user experience

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Pedro silva
>> Ive seen something like this in other distributions (eg.: >> https://wiki.dovecot.org/HowTo/AntispamWithSieve) I was just >> wondering if the same is possible with cyrus or cyrus sieve. > > Just for reading mail files into i.e. spamassassin efficently periodically > (in a

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Niels Dettenbach via Info-cyrus
Am Mittwoch, 30. Mai 2018, 10:44:09 CEST schrieb Pedro silva: > Ive seen something like this in other distributions (eg.: > https://wiki.dovecot.org/HowTo/AntispamWithSieve) I was just > wondering if the same is possible with cyrus or cyrus sieve. Just for reading mail files

Re: Cyrus (Sieve) and external programs

2018-05-30 Thread Pedro silva
t) > > David Lang > > On Tue, 29 May > 2018, Pedro silva wrote: > > Date: Tue, 29 May 2018 10:16:37 +0100 > From: Pedro silva > To: Sven Schwedas > Cc: info-cyrus@lists.andrew.cmu.edu, > Info-cyrus > > Subject: Re: Cyrus (Sieve) and external programs >

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread Adam Mokhtari via Info-cyrus
, they relaxed a bit) > > David Lang > > On Tue, 29 May > 2018, Pedro silva wrote: > > > Date: Tue, 29 May 2018 10:16:37 +0100 > > From: Pedro silva > > To: Sven Schwedas > > Cc: info-cyrus@lists.andrew.cmu.edu, > > Info-cyrus > > >

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread David Lang
Sven Schwedas Cc: info-cyrus@lists.andrew.cmu.edu, Info-cyrus Subject: Re: Cyrus (Sieve) and external programs Hello Sven, Thanks for your answer. Actually I would like to set up a system were a user would move his messages to a spam folder, and by doing so, the message would be sent to the

Re: Cyrus (Sieve) and external programs

2018-05-29 Thread Pedro silva
/AntispamWithSieve) I was just wondering if the same is possible with cyrus or cyrus sieve. Best regards, Pedro Silva On 28-05-2018 15:59, Sven Schwedas wrote: > On 2018-05-28 16:41, Pedro silva wrote: > >> Hello, >> >> I'm trying to set up a spam learning sys

Re: Cyrus (Sieve) and external programs

2018-05-28 Thread Sven Schwedas
ible in cyrus (or sieve)? If you want to (read only) process data already received to train your spam filter, just use the individual mail files in cyrus' spool. If you want to act on mails being received and possibly delete/redirect them, you normally want hook into your MTA, not cyrus/s

Cyrus (Sieve) and external programs

2018-05-28 Thread Pedro silva
Hello, I'm trying to set up a spam learning system, and I would like to pipe email places in (for example) the SPAM folder to an external program. I have cyrus 2.4.17 Does any one know how or if this is possible in cyrus (or sieve)? I wasn't able to find any documentation about using extern

Cyrus Sieve: filtering on headers with non-ascii encodings

2018-02-23 Thread Adam Mokhtari via Info-cyrus
Hi, I'm using Cyrus Sieve to filter some mail by :matching header contents, but sometimes the encoding is not plain text, e.g. quoted-printable. Is there a sensible way to do the matching independent of encoding? Direct matching has the drawback that spaces are converted to underscores in q

Re: Re: cyrus sieve redirect action and SPF

2014-04-25 Thread Deniss
could you please point me where sieve supports any "forward" action ? it may be fine to have pure "redirect" delivering inside same domain. The problems starts when "redirect" is used to forward mails outside On 2014.04.17. 14:04, Adam Tauno Williams wrote: > On Thu, 2014-04-17 at 12:27 +0300, De

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:34:37 +0100 Geoff Winkless wrote: > On 17 April 2014 12:26, Frank Elsner wrote: > > > My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . > > > > I'd like to use the original envelope sender even if it doesn't play with > > SPF. > > > The MTA won't let you set envelope-sender b

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Geoff Winkless
On 17 April 2014 12:26, Frank Elsner wrote: > My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . > > I'd like to use the original envelope sender even if it doesn't play with > SPF. The MTA won't let you set envelope-sender because it's a security hole, so even though cyrus is saying "pretend that t

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:27:37 +0300 Deniss wrote: > Hello, Hello, > Original envelope From of an email is used when redirect is set in sieve > to resend the mail to another email address. really? My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses . I'd like to use the original envelope sender even if

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Adam Tauno Williams
On Thu, 2014-04-17 at 12:27 +0300, Deniss wrote: > Original envelope From of an email is used when redirect is set in sieve > to resend the mail to another email address. > This plays bad with SPF. > May be the mails should be send from user's own email while 'Reply-To:' > header become set to poin

cyrus sieve redirect action and SPF

2014-04-17 Thread Deniss
Hello, Original envelope From of an email is used when redirect is set in sieve to resend the mail to another email address. This plays bad with SPF. May be the mails should be send from user's own email while 'Reply-To:' header become set to point to the original sender ? Best, Deniss C

Re: Cyrus + Sieve

2011-03-21 Thread Adam Tauno Williams
On Sun, 2011-03-20 at 17:32 +0100, Dominique Couot wrote: > I must be a bit slow but It seems I can't get sieve to work properly (or > to be more accurate... at all). > OK, I've got Cyrup IMAP working, got users and incoming and outgoing > mail on the following config: > Ubuntu 10.04 LTS + Postfi

Re: Cyrus + Sieve

2011-03-20 Thread Dan White
On 20/03/11 17:32 +0100, Dominique Couot wrote: >I looked into the cyrus.conf file and I do have an entry for sieve. It says: > sievecmd="timsieved" listen="localhost:sieve" prefork=0 >maxchild=100 > >What do I have to change to get it to work, change localhost to the >server IP or FQ

Re: Cyrus + Sieve

2011-03-20 Thread Reinaldo de Carvalho
On Sun, Mar 20, 2011 at 1:32 PM, Dominique Couot wrote: > > I looked into the cyrus.conf file and I do have an entry for sieve. It says: >       sieve        cmd="timsieved" listen="localhost:sieve" prefork=0 > maxchild=100 > > What do I have to change to get it to work, change localhost to the >

Cyrus + Sieve

2011-03-20 Thread Dominique Couot
Hi, I must be a bit slow but It seems I can't get sieve to work properly (or to be more accurate... at all). OK, I've got Cyrup IMAP working, got users and incoming and outgoing mail on the following config: Ubuntu 10.04 LTS + Postfix + Cyrus IMAP. Now, I am trying to get rules working through

Re: cyrus - sieve returning some text with EVERY email received

2009-10-22 Thread Greg A. Woods
At Thu, 22 Oct 2009 10:26:03 -0400, Eddy Beliveau wrote: Subject: cyrus - sieve returning some text with EVERY email received > > One of our user would like to return some text, for *every* email, that > he received > like: > "Hi, we just received your email. It will be pro

cyrus - sieve returning some text with EVERY email received

2009-10-22 Thread Eddy Beliveau
Hi! On our academic server, we are using cyrus 2.2.12 with CMU Sieve 2.2 and it works perfectly. Thanks. :-) One of our user would like to return some text, for *every* email, that he received like: "Hi, we just received your email. It will be process shortly. Thanks." He tries to implement it

Re: Cyrus + Sieve

2009-05-26 Thread Marc Patermann
Hi, Gottschalk, David schrieb: > That must be my issue then. Every message in my inbox has a > Return-path of: > > dgot...@servername (No domain extension just the server hostname) This might be the issue then. If your MTA is not "too open", relaying with this sender might not be allowed and yo

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
, May 26, 2009 11:26 AM To: Gottschalk, David; Cyrus Mailing List Subject: Re: Cyrus + Sieve Hi, Gottschalk, David schrieb: > That must be my issue then. Every message in my inbox has a > Return-path of: > > dgot...@servername (No domain extension just the server hostname) This might

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
lf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 10:06 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve On Tue, 2009-05-26 at 10:03 -0400, Gottschalk, David wrote: > The Return-Path must be my problem them. > Right now, any emails that come into dgot...@miriam have a ret

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Tue, 2009-05-26 at 10:03 -0400, Gottschalk, David wrote: > The Return-Path must be my problem them. > Right now, any emails that come into dgot...@miriam have a return path of > that. > So your saying the Return-Path should be the sender of the email, not the > recipient? Correct? Yes, your

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
Message- From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 9:58 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve On Tue, 2009-05-26 at 08

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Tue, 2009-05-26 at 08:52 -0400, Gottschalk, David wrote: > Do you mean the From: header line? No, the "From:" line is, as always, utterly meaningless. > I have multiple "Received:" headers since the message had to transverse > multiple > servers to get to the Cyrus server. Which is normal.

RE: Cyrus + Sieve

2009-05-26 Thread Gottschalk, David
avid.gottsch...@emory.edu -Original Message- From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Adam Tauno Williams Sent: Tuesday, May 26, 2009 8:42 AM To: info-cyrus@lists.andrew.cmu.edu Subject: RE: Cy

RE: Cyrus + Sieve

2009-05-26 Thread Adam Tauno Williams
On Fri, 2009-05-22 at 08:51 -0400, Gottschalk, David wrote: > Well, this is interesting. > I tested one of my reject rules (to make sure I'm not crazy), and it > replied the rejected message to my inbox, not to the sender. What do the "Received:" headers of the message look like (how did it end u

Re: Cyrus + Sieve

2009-05-26 Thread Fernando Hartmann
chalk UTS Email team david.gottsch...@emory.edu -Original Message- From: Simon Matter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:12 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve Good thinking. I sent a email f

RE: Cyrus + Sieve

2009-05-22 Thread Gottschalk, David
atter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:22 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > I configured that option, and still no go. > > How would it reply to reject messages without that option, but not > v

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
riginal Message- > From: Simon Matter [mailto:simon.mat...@invoca.ch] > Sent: Thursday, May 21, 2009 4:12 PM > To: Gottschalk, David > Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu > Subject: RE: Cyrus + Sieve > >> Good thinking. I sent a email from a completely new address,

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
atter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 4:12 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > Good thinking. I sent a email from a completely new address, and it still > didn't work. > > I wonder if th

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
schalk > UTS Email team > david.gottsch...@emory.edu > > > -Original Message- > From: Simon Matter [mailto:simon.mat...@invoca.ch] > Sent: Thursday, May 21, 2009 3:54 PM > To: Gottschalk, David > Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu > Subject: RE: Cyrus

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
@emory.edu -Original Message- From: Simon Matter [mailto:simon.mat...@invoca.ch] Sent: Thursday, May 21, 2009 3:54 PM To: Gottschalk, David Cc: Blake Hudson; info-cyrus@lists.andrew.cmu.edu Subject: RE: Cyrus + Sieve > Well, I think duplicate surpression might be already working. I just &

RE: Cyrus + Sieve

2009-05-21 Thread Simon Matter
> Well, I think duplicate surpression might be already working. I just > looked at my logs and see entries for it. > > I don’t have a deliver.db though, which is interesting. I did look at > the Cyrus change log, and noticed that at some point they did merge the > deliver.db and the duplicate.db.

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
Hudson Sent: Thursday, May 21, 2009 2:29 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve Assuming you're only running one instance and you're looking in the right place - I'm out of ideas... Perhaps someone else can chime in at this point as to why the deliver.db

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
riginal Message ---- Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date: Thursday, May 21, 2009 1:24:09 PM Cannot find any error(s) in the logs. Permissions are correct on the folder. David Gottschalk UTS Email team

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 2:19 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve Any errors in the log? does your configdirectory have the proper ownership/permissions? drwxr-x--- 18 cyrus mail4096 May 21 13:01 imap

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
Any errors in the log? does your configdirectory have the proper ownership/permissions? drwxr-x--- 18 cyrus mail4096 May 21 13:01 imap -Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 1:55 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve The file will be located in your 'conf

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
The file will be located in your 'configdirectory' (mine is /var/lib/imap). In the absence of config options it will be automatically created and should will be a Berkeley db file named 'deliver.db' --Blake Original Message ---- Subject: Re: Cyrus + Si

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
: Thursday, May 21, 2009 1:51 PM To: Gottschalk, David Subject: RE: Cyrus + Sieve --On Thursday, May 21, 2009 1:41 PM -0400 "Gottschalk, David" wrote: > Yeah, I?m sending emails to that address. Are you sending them from a different address? I'm pretty sure it won't repl

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
<mailto:david.gottsch...@emory.edu> From: info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Thursday, May 21, 2009 12:27 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus +

Re: Cyrus + Sieve

2009-05-21 Thread Blake Hudson
That looks valid as far as I can tell... Are you sure the messages are actually being sent to one of the listed addresses? --Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: Blake Hudson , info-cyrus@lists.andrew.cmu.edu Date: Thursday, May

RE: Cyrus + Sieve

2009-05-21 Thread Gottschalk, David
ory.edu";i:1;s:27:"dgot...@removed.emory.edu"; #mode&&basic Thanks. David Gottschalk UTS Email team david.gottsch...@emory.edu<mailto:david.gottsch...@emory.edu> From: info-cyrus-bounces+dgottsc=emory....@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emor

Re: Cyrus + Sieve

2009-05-20 Thread Blake Hudson
ew.cmu.edu Subject: Re: Cyrus + Sieve I'm not a sieve guru, but I might be able to point you in the right direction for troubleshooting... How are you making your sieve scripts (websieve, squirrelmail plugin, horde/IMP, etc)? Are you sure the forwarding and sieve reject options are working

Re: Cyrus + Sieve

2009-05-20 Thread Mike Eggleston
info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu > [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf > Of Gottschalk, David > Sent: Tuesday, May 19, 2009 4:17 PM > To: info-cyrus@lists.andrew.cmu.edu > Subject: Cyrus + Sieve > > I'm in the pro

RE: Cyrus + Sieve

2009-05-20 Thread Gottschalk, David
emory@lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of Blake Hudson Sent: Wednesday, May 20, 2009 4:15 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: Cyrus + Sieve I'm not a sieve guru, but I might be able to point you in the right direction for troub

Re: Cyrus + Sieve

2009-05-20 Thread Blake Hudson
s? Do you have a duplicate delivery db in your cyrus meta data folder? -Blake Original Message Subject: Re: Cyrus + Sieve From: Gottschalk, David To: info-cyrus@lists.andrew.cmu.edu Date: Wednesday, May 20, 2009 3:04:44 PM > Anyone? I would greatly appreciate any assista

RE: Cyrus + Sieve

2009-05-20 Thread Gottschalk, David
] On Behalf Of Gottschalk, David Sent: Tuesday, May 19, 2009 4:17 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Cyrus + Sieve I'm in the process of getting sieve working on my Cyrus servers. I've got everything working except for the vacation portion of sieve. I'm not sure why thi

Cyrus + Sieve

2009-05-19 Thread Gottschalk, David
I'm in the process of getting sieve working on my Cyrus servers. I've got everything working except for the vacation portion of sieve. I'm not sure why this isn't working. I've searched the web like crazy, and found quite a few people that had this issue. I've tried their solutions, but no luck.

Re: Cyrus/Sieve- Global Filter?

2007-07-15 Thread Ulrich Spoerlein
On Sat, 14.07.2007 at 17:16:53 +0100, George Cooke wrote: > I just wonder as a shot in the dark how do most mail admins define global > rules > for filtering messages for every/user/certain groups of users, or is it up to > the user to manage all filtering? We have users that can hardly create th

Re: Cyrus/Sieve- Global Filter?

2007-07-14 Thread Sebastian Hagedorn
-- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 14. Juli 2007 17:16:53 +0100 regarding Re: Cyrus/Sieve- Global Filter?: I just wonder as a shot in the dark how do most mail admins define global rules for filtering messages for every/user/certain groups of users, or is

Re: Cyrus/Sieve- Global Filter?

2007-07-14 Thread George Cooke
On 13/07/07, Sebastian Hagedorn <[EMAIL PROTECTED] > wrote: -- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 13. Juli 2007 22:30:25 +0100 regarding Cyrus/Sieve- Global Filter?: > Cyrus IMAPD 2.2.12 on FreeBSD configured with sieve support, SquirrelMail > wit

Re: Cyrus/Sieve- Global Filter?

2007-07-13 Thread Sebastian Hagedorn
-- George Cooke <[EMAIL PROTECTED]> is rumored to have mumbled on 13. Juli 2007 22:30:25 +0100 regarding Cyrus/Sieve- Global Filter?: Cyrus IMAPD 2.2.12 on FreeBSD configured with sieve support, SquirrelMail with Avelsieve. I need to create a global cyrus filter of any kind, so th

Cyrus/Sieve- Global Filter?

2007-07-13 Thread George Cooke
ts. ( http://www.irbs.net/internet/info-cyrus/0403/0118.html ) 5. Autocreate patch seems to have a default sieve script which will be copied into the users sieve directory, but I don't want to re-create everyone. 6. Last resort, if you can point me to any reklated documentation which isn

Re: Cyrus sieve vacation database

2007-04-02 Thread Andrew Morgan
On Mon, 2 Apr 2007, Jerome Nenert wrote: Hi, With the "days" parameter on a vacation sieve script, the reply message will not be resent each time a sender send a message. Where is the database that stores the sender list ? deliver.db Andy Cyrus Home Page: http://cyrusimap.web.

Cyrus sieve vacation database

2007-04-02 Thread Jerome Nenert
Hi, With the "days" parameter on a vacation sieve script, the reply message will not be resent each time a sender send a message. Where is the database that stores the sender list ? Thanks for your help Jerome Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusima

Re: vacation subject lines in cyrus sieve

2007-03-15 Thread Ken Murchison
Dickson Law wrote: Hi all If I do not include the :subject directive in my vacation script the reply subject line would be 'Re: X' where is the original subject line. But If I add :subject "Out of the Office" in the vacation script the subject line would be just that without appendin

vacation subject lines in cyrus sieve

2007-03-13 Thread Dickson Law
Hi all If I do not include the :subject directive in my vacation script the reply subject line would be 'Re: X' where is the original subject line. But If I add :subject "Out of the Office" in the vacation script the subject line would be just that without appending the original subje

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-31 Thread Kjetil Torgrim Homme
On Wed, 2006-07-19 at 18:52 +0200, Sebastian Hagedorn wrote: > --On 19. Juli 2006 10:23:07 -0500 "Chris St. Pierre" wrote: > > Are there any other scripts out there that use > > Cyrus::SIEVE::managesieve? I'm fine with learning by example -- I > > just n

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Andrew Morgan
On Wed, 19 Jul 2006, Chris St. Pierre wrote: Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script at my

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Robert Banz
On Jul 19, 2006, at 11:23, Chris St. Pierre wrote: Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Sebastian Hagedorn
Hi, --On 19. Juli 2006 10:23:07 -0500 "Chris St. Pierre" <[EMAIL PROTECTED]> wrote: Are there any other scripts out there that use Cyrus::SIEVE::managesieve? I'm fine with learning by example -- I just need more than one example. I've attached ours ...

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Chris St. Pierre
Ditto here. I tried emailing the guy listed in the Cyrus::SIEVE::managesieve man page, but the address no longer appears to be active. As of now, my options appear to be: 1. Learn Ruby, and write the first (and probably last) Ruby script at my site; or 2. Guess with Perl. Neither is a

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-18 Thread Andr�s Tarallo
Im more a PERL person, what can be done for me? Thanks Andres > Hi Chris > > On Mon, 2006-07-17 at 11:13 -0500, Chris St. Pierre wrote: > > Does anyone know of any documentation for Cyrus::SIEVE::managesieve? > > The man page is decidedly sparse. Reading through the sou

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-17 Thread Andre Nathan
Hi Chris On Mon, 2006-07-17 at 11:13 -0500, Chris St. Pierre wrote: > Does anyone know of any documentation for Cyrus::SIEVE::managesieve? > The man page is decidedly sparse. Reading through the source of > sieveshell gives some idea, but not enough to start writing my own > code.

Cyrus::SIEVE::managesieve documentation?

2006-07-17 Thread Chris St. Pierre
Does anyone know of any documentation for Cyrus::SIEVE::managesieve? The man page is decidedly sparse. Reading through the source of sieveshell gives some idea, but not enough to start writing my own code. Thanks! Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University

Re: Can't locate Cyrus/SIEVE/managesieve.pm

2006-07-11 Thread Paul Boven
Hi Alex, [EMAIL PROTECTED] wrote: I have installed Cyrus+SIEVE and i can even see SIEVE running if i telnet to the 2000 port, but if i run sieveshell I get the following error. Can't locate Cyrus/SIEVE/managesieve.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi

Re: Can't locate Cyrus/SIEVE/managesieve.pm

2006-07-11 Thread Alexander Dalloz
Am Di, den 11.07.2006 schrieb [EMAIL PROTECTED] um 14:56: > Alexander thanks a lot for help. > > >Install Cyrus-IMAPd together with the Perl modules inside > > /usr instead of /usr/local. > > how do i do that? how do i tell configure where to place modules? > > > Don't you run an OS with a pack

Re: Cyrus - sieve - notify

2006-07-10 Thread Alexander Dalloz
Am Mo, den 10.07.2006 schrieb Michael Luich um 20:51: > Hello everyone, > I've been trying for a while now to setup new mail notifications using > sieve's notify. > > I've tested sieve in cyrus with a forwarding script. > > Now I've edited cyrus.conf to enable the notify daemon, and teste

Re: Can't locate Cyrus/SIEVE/managesieve.pm

2006-07-10 Thread Alexander Dalloz
Am Mo, den 10.07.2006 schrieb [EMAIL PROTECTED] um 18:47: > I have installed Cyrus+SIEVE and i can even see SIEVE running if i telnet > to the 2000 port, but if i run sieveshell > I get the following error. > > Can't locate Cyrus/SIEVE/managesieve.pm in @INC (@INC contai

Cyrus - sieve - notify

2006-07-10 Thread Michael Luich
Hello everyone, I've been trying for a while now to setup new mail notifications using sieve's notify. I've tested sieve in cyrus with a forwarding script. Now I've edited cyrus.conf to enable the notify daemon, and tested that as well using: notifytest -f "/var/lib/imap/socket/notify" -t

Can't locate Cyrus/SIEVE/managesieve.pm

2006-07-10 Thread alexp
I have installed Cyrus+SIEVE and i can even see SIEVE running if i telnet to the 2000 port, but if i run sieveshell I get the following error. Can't locate Cyrus/SIEVE/managesieve.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/

Re: SRS in cyrus sieve

2006-05-31 Thread Ramprasad
On Wed, 2006-05-31 at 01:52 +0200, Kjetil Torgrim Homme wrote: > On Fri, 2006-05-26 at 11:56 +0530, Ramprasad wrote: > > I am using cyrus-imapd-2.2.12-3 on centos. How can I enable SRS address > > rewriting in sieve > > > > I want all redirected mails ( vacation or forward ) to go with ids from >

Re: SRS in cyrus sieve

2006-05-31 Thread Kjetil Torgrim Homme
On Wed, 2006-05-31 at 12:55 +0530, Ramprasad wrote: > IMHO SPF works.If forwarded mails are the only thing SPF breaks and can > be overcome with SRS, then Why not use it? it can be overcome with SRS -- if the whole world implements SRS! if we could get the whole world to change, we could make a b

Re: SRS in cyrus sieve

2006-05-30 Thread Kjetil Torgrim Homme
On Fri, 2006-05-26 at 11:56 +0530, Ramprasad wrote: > I am using cyrus-imapd-2.2.12-3 on centos. How can I enable SRS address > rewriting in sieve > > I want all redirected mails ( vacation or forward ) to go with ids from > my domain instead of ids of the from domain SPF doesn't work, don't use

SRS in cyrus sieve

2006-05-25 Thread Ramprasad
Hi, I am using cyrus-imapd-2.2.12-3 on centos. How can I enable SRS address rewriting in sieve I want all redirected mails ( vacation or forward ) to go with ids from my domain instead of ids of the from domain Thanks Ram Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http:/

cyrus sieve with vacation does not go

2005-12-21 Thread markus markert
hola list, i have setup cyrus-imap with sendmail. all works nice but the vacation mails are not send. forwards does work. here are the relevant config parts of my setup. /etc/imapd.conf --- configdirectory: /var/lib/imap partition-default: /var/spool/

cyrus + sieve filter working but vacation not working

2005-12-08 Thread Andri Herumurti
i have a problem with sieve vacation in Open Xchange, when i try sieve filter, it works, but when i try sieve vacation, it dont work, what should i do?   some one know how to debug / see debug messages of sieve? i have see in /var/log/messages but it no errror...     Thanks Andri    

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Wil Cooley
On Thu, 2005-08-04 at 14:53 +0200, Stefan Fricke wrote: > I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Darin Perusich
you need to turn on a few for 'require' flags, here's what i use. i use the squirrelmail avelseive plugin for sieve creation. require ["fileinto","reject","vacation","imapflags","relational","comparator-i;ascii-numeric","regex","notify"]; if header :regex :comparator "i;ascii-casemap" "Subjec

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Simon Matter
> I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I set up a > subfolder /var/spool/imap/user/stefan/Spam and

Cyrus Sieve filtering ignored

2005-08-04 Thread Stefan Fricke
I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. Everything works find, Spamassassin marks the mail and it get delivered to the Cyrus Mailboxes. Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I set up a subfolder /var/spool/imap/user/stefan/Spam and want to ge

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-17 Thread Andrew Morgan
On Fri, 17 Jun 2005, Oliver Kaltenecker wrote: Andrew Morgan schrieb: Any mail sent out of a sieve script ends up calling the local sendmail binary to send the mail. In the case of postfix of course, sendmail is a dummy program to inject messages into postfix's mail queue. I don't know

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-16 Thread Oliver Kaltenecker
Andrew Morgan schrieb: Any mail sent out of a sieve script ends up calling the local sendmail binary to send the mail. In the case of postfix of course, sendmail is a dummy program to inject messages into postfix's mail queue. I don't know enough about postfix to directly answer your que

Re: Cyrus Sieve + Postfix vacation reply problem

2005-06-16 Thread Andrew Morgan
On Thu, 16 Jun 2005, Oliver Kaltenecker wrote: Hello, we have a problem with vacation replies sent from cyrus sieve where the sender address isn't converted according to the given sender_canonical_maps entry in postfix configuration. When normal mail is sent from the accounts the s

Cyrus Sieve + Postfix vacation reply problem

2005-06-16 Thread Oliver Kaltenecker
Hello, we have a problem with vacation replies sent from cyrus sieve where the sender address isn't converted according to the given sender_canonical_maps entry in postfix configuration. When normal mail is sent from the accounts the sender address is converted properly as expected

Re: Cyrus, Sieve, and Evolution.

2005-03-24 Thread Derrick J Brashear
On Thu, 24 Mar 2005, Brian Dockter wrote: I have Cyrus 2.1.17 set up on a Debian Sarge box. I use Evolution 2.0.3 to read my email via IMAP. Recently, I have started to use Sieve to sort my incoming email. One problem I've noticed is when I click on a new message (not all new messages, typically ju

Cyrus, Sieve, and Evolution.

2005-03-24 Thread Brian Dockter
I have Cyrus 2.1.17 set up on a Debian Sarge box. I use Evolution 2.0.3 to read my email via IMAP. Recently, I have started to use Sieve to sort my incoming email. One problem I've noticed is when I click on a new message (not all new messages, typically just the most recent), Evolution displays an

Re: How does cyrus sieve vacation respond to bulk mail?

2004-07-12 Thread Ken Murchison
Ken Murchison wrote: Rob Tanner wrote: Hi, How does Cyrus Sieve vacation repond to "precendence: bulk" mail such as mailing lists. Do I have to check for the presence of the particular header value, or does the cyrus vacation implementation ignore those messages automatically?

Re: Perl-Cyrus-SIEVE-managesieve

2004-07-07 Thread Alain Turbide
wfiles.php?group_id=34008 Alain Turbide - Original Message - From: "Etienne Goyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 10:36 AM Subject: Re: Perl-Cyrus-SIEVE-managesieve > Are you talking about the Perl that come with we

Re: How does cyrus sieve vacation respond to bulk mail?

2004-06-30 Thread Ken Murchison
Rob Tanner wrote: Hi, How does Cyrus Sieve vacation repond to "precendence: bulk" mail such as mailing lists. Do I have to check for the presence of the particular header value, or does the cyrus vacation implementation ignore those messages automatically? It doesn't check

How does cyrus sieve vacation respond to bulk mail?

2004-06-30 Thread Rob Tanner
Hi, How does Cyrus Sieve vacation repond to "precendence: bulk" mail such as mailing lists.  Do I have to check for the presence of the particular header value, or does the cyrus vacation implementation ignore those messages automatically? Thanks, Rob -- Rob Tanner UNI

Re: Cyrus Sieve Problems

2004-05-20 Thread Tony
I have tried the following syntax, but none of them work. fileinto "INBOX/Junk"; fileinto "INBOX.Junk"; fileinto "Junk"; > > Just a guess.. How about "Junk" or "INBOX.Junk" ? > > >> fileinto "INBOX/Junk"; --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andr

Cyrus Sieve Problems

2004-05-20 Thread Tony
Hello, Sorry about posting this earlier without a subject. I've been having a problem with sieve and was hoping someone on this list might be able to help. I have managed to get sieve to work with all the filtering commands, except "fileinto". Software Versions: -- Cyrus Imap 2.2

  1   2   >