Displaying 20 results from an estimated 5000 matches similar to: "Deliver mail as 'read'?"
2008 Dec 13
3
can deliver filter through spamc?
I'm using maildrop to filter mail like:
xfilter "/usr/bin/spamc"
xfilter "/usr/bin/bogofilter -ep"
I want to change to deliver (so I can use sieve) but can deliver do this?
2007 Dec 03
2
procmail/formail --> Maildir
Hello List,
i switched mailformat from mbox to maildir. Now i have a little problem with procmail/formail and headermanipulation of mails.
Here an example:
0
* ^From.*gmx.de
| (formail -t -I"procmail: gmx.de") >> /var/spool/mail/xxxxxx
So, i can add some different headerlines for later evaluation and the result is attached to inbox.
Now i have the problem that i don't know
2009 Feb 02
1
OT: procmail recipe question
I'm trying to use procmail and I'm having trouble getting it to set some
headers. I have one mailing list that sets ?Newsgroups: in the header
and I want to remove it. I have the following test recipe:
:0
* ^Subject:.*\<testing
* ^(Mime-Version:|Content-)
| formail -IMime-Version: -IContent-
If I understand it correctly, it should remove the Mime-Verion and
Content headers.
The
2013 Feb 25
1
Procmail/Formail problem on 6.3
Hi!
In the process of making mysystem work again, having just done a
reinstall of 6.3 x86_64.
I have a considerable collection of procmail recipes for filtering
mail in various ways, and since the upgrade none of 'em is working.
procmail passes every mail thru spambayes, which gives back a rating
on spamminess. this happens, so it's not as if procmail is simply
punting.
that is
2015 Oct 28
2
sieve vacation - 2 questions
Hello,
still trying to move from procmail to sieve, but there are new problems.
Currently we use procmail for autoresponder and let user choose
timerange, in which responder should work. May be you set up today your
responder for 2 weeks in future where responder start and stop
automatically without further manuell intervention.
In procmail this is done by simple scripting and comparison of
2012 Feb 21
2
duplicates with multiple To/CC and sieve redirect copy
Hi,
In one installation we are using sieve "redirect :copy" to create copy
of the incoming email (local boss gets copy of its employees mails).
There is a problem when the incoming email has multiple To/CC entries
with local users. Multiple copy/redirects are created (one for each
employee) and there are multiple copies in "boss" account.
Each of this emails has the same
2007 Aug 27
4
processing Dovecot maildirs with shell scripts
Hello,
I have a postfix server which uses procmail as its delivery agent to
deliver incoming messages to several maildirs. For several reasons,
not really relevant here, I need to process/refilter/sort again the
content of these mailboxes before delivering the messages to the
_other_ maildirs which Dovecot sees and serves to local or remote imap
users. Basically, I need to write some shell
2012 Jul 12
3
ot: execute a script via email?
anyone has any tips what's best way to execute a script via email ?
I have a wget script that fetches some pages, and, emails me the output,
there is no paramters passed, it's all in the script
I'll like to email in and action the script to get the results email
--
Voytek
2004 Mar 26
2
The Status: header is forced
Hi,
I started testing dovecot for our next POP/IMAP server (nearing
production state), and noticed that the Status: header is always
added, with a value of 'O' or 'RO'. This happens in
`lib-index/mbox/mbox-rewrite.c'. This does not seem to happen in
the Maildir case.
Is the Status: header really needed in every case? This breaks
mutt which displays mails with a 'O'
2009 Jun 11
3
How to reply to a digest
I'm receiving the centos-request in digest mode. Using Fedora 10 and
Evolution. When I tried to reply to a centos-request message inside the
digest, the result doesn't seem to look right. I cut/paste the proper
subject line (replacing the CentOS Digest, Vol NN, Issue nn text), but
some have complained that this approach doesn't allow the original
question and replies to be threaded.
1998 Oct 08
4
non-digest format of this list?
I always get the messages of this list in a digest format.
This is bad to handle, esp. if you want to answer a question found
in the digest.
Does everyone else also get the list as a digest?
Is there a way to switch to single messages?
If not how do I easily answer messages which the subject correctly set?
Or how do I automatically split the digest into the separate messages?
For your
2005 May 30
4
Script to convert mboxes to maildirs?
Does anybody know of a script of a simple method of
converting mbox mail stores to maildirs? I'm moving
from an old pop3 system to imap and after installing
about half our office with mboxes have found that mbox
does not support subfolders which some people like to
use.
Is there any simple way of converting? I can go to
each individual account and "manually" convert swaping
data
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
Some threads just go on too long. Personally I think a troll
has hijacked the main centos list again and is inducing food
fight behaviours while that troll perfectly 'innocently'
asserting that it is just respoding to all email.
see:
http://video.google.com/videoplay?docid=-4216011961522818645
for a discussion of the problem of 'capture' in FOSS projects.
But if one loses
2006 Oct 11
1
deliver + xfilter
I'm currently using maildrop to do delivery, because I like to use it's
xfilter to pipe through spamc.
I don't see a similar option for dovecot's deliver. Is there something? It
would be nice to use deliver, since I use dovecot for reading mail.
2004 Sep 10
2
Re: 0.99 mail env - mbox to maildir
Greetings ...
> I'm all sorted now, anyway... but it has inspired me to build
> a mailbox conversion tool using the dovecot mail handling
> code.... watch this space.
mbox to maildir converter ... There are a few perl scripts which could
do this ... But I like the idea of mbox to maildir in dovecot ... But I
wonder if that is the right place to put it ...
Mailed
Lee
P.S. If
2008 Nov 22
1
OT: Run Sieve On A Mailbox Manually
(Apologies for being offtopic.)
The subject basically says it all...does anyone know of a tool to run
a sieve script on a mailbox (in particular, Maildirs) manually?
Ideally, I'd like to do it without adding a bunch of new headers to
the mail.
So, could I just do a find (or for-loop, if it was just one maildir)
command and pipe all the mails into deliver..?
Thanks,
Neil.
2016 Nov 10
2
How does one mark all messages as read (imap4flag "seen") with sieve?
I don't use the Anti-Spam plugin; I just fire off a BASH script every four hours with
crontab which iterates thru the vmail email accounts and trains Spamassassin 'per-user'
accounts. If the script sounds interesting I can post it here. It probably could use a little polish
though.
Bill
On 11/9/2016 6:49 PM, Ben Johnson wrote:
> On 11/5/2016 1:22 PM, Larry Rosenman wrote:
2018 Dec 18
8
Spamassassin + Postfix : delete spam mail on the server ?
Hi,
My mail server is running on CentOS 7 with Postfix, Dovecot and
Spamassassin. I get quite a lot of spam on a few accounts, and
Spamassassin does its job fine. Spam mail is identified correctly, and
it looks like there are no false positives, e. g. valid mail is never
identified as spam.
When a message is flagged as spam, the subject line is rewritten to
begin with [SPAM]. Then, a filter in
2009 Mar 13
1
procmail recipe
hi all
I am trying to filter emails to a user (weather) based on the subject:
:0
*^Subject:.*Weather
| /usr/bin/formail | /path/to/executable
*^Subject:.*Tornado
| /usr/bin/formail | /path/to/executable
All it does is deliver the email to the weather inbox.
For testing I tried.
echo 1 | mail -s "Tornado" weather
Enabling verbose and log file gives me:
From root at
2003 Aug 20
1
Viruses and the list
> -----Original Message-----
> From: samba-bounces+kcollins=nesbittengineering.com@lists.samba.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Looks like it's the Virus is forging my address now... :-( Jeesh.
What a waste. If the guys writing viruses would put their energies into
REAL code, we'd be so much farther ahead.
Later,
--
Kevin L. Collins, MCSE
Systems Manager