Displaying 13 results from an estimated 13 matches for "spambounce".
2018 Dec 04
2
BUG: sieve does not set seen-Flag
..., and it works:
> require ["include","fileinto","imap4flags","variables"];
> global "MyFlags";
> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
> {
> redirect "spamtrap at spambouncer.org";
> addflag "MyFlags" "\\Seen Junk";
> fileinto :flags "${MyFlags}" "SPAM";
> stop;
> }
>
> FWIW.
>
>
> On Tue, Dec 4, 2018 at 8:25 AM Jakobus Sch?rz <wertstoffe at nurfuerspam.de>
> wrote:
>
>>...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...uot;,"fileinto","imap4flags","variables"];
> > global "MyFlags";
> > if header :contains
> ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"]? "YES"
> > {
> >? ? redirect "spamtrap at spambouncer.org
> <mailto:spamtrap at spambouncer.org>";
> >? ? addflag "MyFlags" "\\Seen Junk";
> >? ? fileinto :flags "${MyFlags}" "SPAM";
> >? ? stop;
> > }
> >
> > FWIW.
> >
>...
2018 Dec 04
3
BUG: sieve does not set seen-Flag
...fileinto","imap4flags","variables"];
> >> > global "MyFlags";
> >> > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
> >> > {
> >> > redirect "spamtrap at spambouncer.org";
> >> > addflag "MyFlags" "\\Seen Junk";
> >> > fileinto :flags "${MyFlags}" "SPAM";
> >> > stop;
> >> > }
> >> >
> >> > FWIW.
> >> >
> >> >
&g...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
Now i tried an additional rule in my "normal" working sieve-filter:
if address :domain :matches "from" "company.example"
? { setflag "\\seen"; fileinto :create "INBOX/foo/test"; stop; }
and sent an email from my company-account. The folder INBOX/foo/test
gets created, but the message inside is not marked as seen.
So i think, this is a bug in
2005 Oct 12
2
Anyone use fetchmail for multiple users?
Trying to figure out how to configure it for multiple users. By default
CentOS doesn't have a daemon setup if you want to do this.
Preston
2010 Sep 07
1
fetchmail and lmtp -> auth crashing
...r lmtp {
mode = 0666
user = fetchmail
}
}
ssl = no
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = uid=vmail gid=vmail home=/var/vmail/%u
driver = static
}
fetchmailrc:
set postmaster "postmaster"
set nobouncemail
set no spambounce
set properties ""
set daemon 60
set syslog
poll ISP with proto IMAP
user 'USER' there with password 'password' is 'heini' here
options stripcr fetchsizelimit 0 ssl expunge 500 smtphost
/var/run/dovecot/lmtp
Any ideas what could be wrong?
Thanks...
Dirk...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...require ["include","fileinto","imap4flags","variables"];
> > global "MyFlags";
> > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
> > {
> > redirect "spamtrap at spambouncer.org";
> > addflag "MyFlags" "\\Seen Junk";
> > fileinto :flags "${MyFlags}" "SPAM";
> > stop;
> > }
> >
> > FWIW.
> >
> >
> > On Tue, Dec 4, 2018 at 8:25 AM Jakobus Sch?rz <wertstoffe at...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
I have the following, and it works:
require ["include","fileinto","imap4flags","variables"];
global "MyFlags";
if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
{
redirect "spamtrap at spambouncer.org";
addflag "MyFlags" "\\Seen Junk";
fileinto :flags "${MyFlags}" "SPAM";
stop;
}
FWIW.
On Tue, Dec 4, 2018 at 8:25 AM Jakobus Sch?rz <wertstoffe at nurfuerspam.de>
wrote:
> Now i tried an additional rule in my "normal"...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...include","fileinto","imap4flags","variables"];
>> > global "MyFlags";
>> > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
>> > {
>> > redirect "spamtrap at spambouncer.org";
>> > addflag "MyFlags" "\\Seen Junk";
>> > fileinto :flags "${MyFlags}" "SPAM";
>> > stop;
>> > }
>> >
>> > FWIW.
>> >
>> >
>> > On Tue, Dec 4, 2018 at 8:25...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...into","imap4flags","variables"];
>>>>> global "MyFlags";
>>>>> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
>>>>> {
>>>>> redirect "spamtrap at spambouncer.org";
>>>>> addflag "MyFlags" "\\Seen Junk";
>>>>> fileinto :flags "${MyFlags}" "SPAM";
>>>>> stop;
>>>>> }
>>>>>
>>>>> FWIW.
>>>>>
>>>>...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...;imap4flags","variables"];
>>>>>> global "MyFlags";
>>>>>> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
>>>>>> {
>>>>>> redirect "spamtrap at spambouncer.org";
>>>>>> addflag "MyFlags" "\\Seen Junk";
>>>>>> fileinto :flags "${MyFlags}" "SPAM";
>>>>>> stop;
>>>>>> }
>>>>>>
>>>>>> FWIW.
>>>&...
2017 Dec 14
6
sieve filter move wrong email to Junk folder
> Date: Thursday, December 14, 2017 09:47:44 -0800
> From: Gao <gao at pztop.com>
>
> I use a sieve filter to move spam email to user's Junk folder:
># cat spam_to_junk.sieve
> require "fileinto";
> ? if exists "X-Spam-Status" {
> ????????? if header :contains "X-Spam-Status" "YES" {
> ????????? fileinto
2003 Sep 13
9
LineJack + Asterisk HELP!
Hello,
I have ISA card LineJack. I could not find any information
if this card can work as fxo with Asterisk. If it can work,
can somebody point me how to install it on my Asterisk box.
Or maybe there is some documentation about it how to install
LineJack.
I will be very thankful for any help.
Regards
Bartosz Jozwiak
-------------------------------------------------
This mail sent through IMP: