similar to: sieve filter move wrong email to Junk folder

Displaying 20 results from an estimated 800 matches similar to: "sieve filter move wrong email to Junk folder"

2017 Dec 14
2
sieve filter move wrong email to Junk folder
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 "Junk"; ????????? stop; ????????? } else { ????? } ? } ? if header :contains "subject" ["SPAM?"] { ???
2017 Dec 14
0
sieve filter move wrong email to Junk folder
Well I changed the line to ????????? if header :contains "X-Spam-Status: YES" { Then I got: # sievec spam_to_junk.sieve spam_to_junk: line 3: error: the header test requires 2 positional argument(s), but 1 is/are specified. spam_to_junk: error: validation failed. sievec(root): Fatal: failed to compile sieve script 'spam_to_junk.sieve' Should it be: ????????? if header
2017 Dec 15
0
sieve filter move wrong email to Junk folder
This is what I use.? Notice the comma: require "fileinto"; if header :contains "X-Spam-Status" "Yes," { ? fileinto "SystemFolders.SuspectedSpam"; ? stop; } Bill On 12/14/2017 1:02 PM, Richard wrote: > >> Date: Thursday, December 14, 2017 09:47:44 -0800 >> From: Gao <gao at pztop.com> >> >> I use a sieve filter to move
2013 Oct 11
1
Sieve and Namespace in dovecot 2.0.X
Based on what I read in http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage, if I have a namespace defined as tail conf.d/10-mail.conf namespace inbox { inbox = yes location = prefix = INBOX. separator =. type = private } A global script like cat /etc/dovecot/sieve/global-spam.sieve require ["fileinto", "regex"]; # Must use regex here as 'contains' may not be
2017 Dec 15
0
sieve filter move wrong email to Junk folder
Am 14.12.2017 um 18:47 schrieb Gao: > 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 "Junk"; > ????????? stop; > ????????? } else { > ?????
2006 Jan 12
1
Problem with an automatic responder
Hi, I have this setup: (PSTN E1 PRI) -- Asterisk -- (crosscable) -- Alcatel PBX --- analog phones and a few of VoIP phones directly connected to Asterisk. Calling a number (only one until now!) - an automatic responder (IVR) - from VoIP phones works, from analog phones doesn't work: NOANSWER after a few seconds. I'm using no 'r' in dial options (this caused a problem with an IVR
2005 Dec 15
2
Outbound Routing
Hello, I have a 4 port FXO digium card with 3 PSTNs attached to it and AsteriskAtHome setup. Everything is working fine except outbound calls. When I dial a outside number, it works fine, but when another employee trys to dial out while I am on a line, it will not go. I have a outgoing route setup in the AMP interface. Dial Pattern: 1NXXNXXXXXX NXXNXXXXXX NXXXXXX Trunk
2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the command line, along the lines of: mkn@shrewd$ mail test@knigma.org -c test@knigma.org Subject: test test EOT mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids (egid=1001, want=25) can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root
2015 Feb 16
2
setting up centos 6 x86_64 to relay through gmail
I have setup my machine to relay through smtp.gmail.com installed cyrus-sasl-md5 cyrus-sasl-plain Added to access: AuthInfo:smtp.gmail.com "U:smmsp" "I:my accont" "P:my pass" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:my account" "P:my pass" "M:PLAIN" Added to sendmail.mc the
2006 Mar 22
4
Cannot start sm-client on CentOS
Starting up sendmail I get: Starting sm-client: can not chdir(/var/spool/clientmqueue/): Permission denied Program mode requires special privileges, e.g., root or TrustedUser. I assume the user used for sm-client is smmsp. However, that user has /var/spool/mqueue as homedir and I added him to the trusted users list. FYI, that user has disabled login (which should be okay) and the group has a
2015 Sep 07
8
rsync question
I am trying to rsync the named files under /etc for backup purposes. I tried: rsync -ah --stats --delete -e "ssh -p613 -l root" 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc The stats shows it sees all the files, but only moves the dir /etc/named and the files within it. It does not move the /etc/name* files (like /etc/named.conf). By file count, it is
2009 Feb 06
3
FreeBSD pam auth problems
I'm impressed by dovecto and try to upgrade my home system from wu-imapd running there for last 5 years to dovecot. It's straghtforward FreeBSD setup with ssl-only auth, inboxes in /var/mail and user mail under %h/Mail But I get some strange error: Fatal: userdb didn't return a home directory, but mail location used it (%h): %h/Mail:INBOX=/var/mail/%u Thank you in advance!
2013 Mar 19
2
[Announce] Samba 4.0.4 Security Release Available for Download
Release Announcements --------------------- This is a security release in order to address CVE-2013-1863 (World-writeable files may be created in additional shares on a Samba 4.0 AD DC). o CVE-2013-1863: Administrators of the Samba 4.0 Active Directory Domain Controller might unexpectedly find files created world-writeable if additional CIFS file shares are created on the AD DC.
2013 Mar 19
2
[Announce] Samba 4.0.4 Security Release Available for Download
Release Announcements --------------------- This is a security release in order to address CVE-2013-1863 (World-writeable files may be created in additional shares on a Samba 4.0 AD DC). o CVE-2013-1863: Administrators of the Samba 4.0 Active Directory Domain Controller might unexpectedly find files created world-writeable if additional CIFS file shares are created on the AD DC.
2019 Mar 13
4
Unable to set quota-fs plugin
Looks working. [root at mail ~]# ls -lh / total 72K -rw------- 1 root root 8.0K Mar 13 09:56 aquota.group -rw------- 1 root root 7.0K Mar 13 09:56 aquota.user .... [root at mail ~]# repquota -a *** Report for user quotas on device /dev/vda1 Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard
2017 Dec 01
1
Do we really need Solr commit as cronjob?
I am testing Solr FTS on dovecot. Read online that some suggested to run cronjob commit every minute, and optimize once a day. I am using Solr 7.1.0 and I see some configurations: In /etc/default/solr.in.sh: #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000" #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000" Also in solrconfig.xml: ??? <autoCommit>
2008 May 09
2
Vista and "System error 53 has occurred"
Hi, Problem: Out of the blue Vista on my laptop decides it doesn't want to mount a share over PPTP VPN connection. I can mount the share in the local network but I can't do it over VPN. When trying to access the server, using "net view \\172.16.1.71" it shows the error in the subject. Platform/Versions: OS: Sun Solaris 10 11/06 release Samba version:
2008 Jan 24
2
Windows Vista password dialog keeps coming up
Hi, I have come to my wits end again (lately, it's a very short trip). I have been trying to connect to Samba 3.0.21b but Windows keeps throwing up the logon dialog. I'm using "Map network drive" to try to mount this share. It seems the problem is only on the Windows side since I have tested the connection through the Unix account. Both user id and password work fine.
2008 Jan 01
4
access data inside package
Dear all, Happy new year! I posted a very similar question a few days ago, but probably too cluttered. Here is a tidy, minimal version: I want to make a package, with a data.frame d and a function f given below. Now, the function f needs to use the data.frame d. I could (and that's what I've done temporarily) make a local duplicate of this data.frame in the function definition,
2005 May 09
1
login on WinNT and 9X
Hi, I am a new member of this list and I couldn't find and message to help me in the Samba archives. We're migrating from a FreeBSD 4.0 server with Samba2 to a FreeBSD 5.3 server with Samba 3.0.12_1,1. These too servers are on the same network, but workgoups are different (old server is DESQ-Samba and the new one is NDESQ). Our network have Windows 95, 98, NT, 2k and XP! This old