День добрый
Сегодня заметил странный глюк (CGP 4.0.5 @ Linux i386)
Было у меня несколько server-wide правил (см. ниже Rules.settings.old)
В одном из них мне нужно было было поменять название/приоритет..
И я столкнулся с тем, что когда я нажимаю кнопку Update (в Settings->Rules),
то "содержимое" всех правил превращается в содержимое одного правила -
первого в списке.. (результат см. ниже Rules.settings.new)
комментарии?
- Begin Rules.settings.old ==================
(
(10, SaveAll, ((From, is, "*")), (("Store in", "~security/inbox"))),
(
9,
OutSize,
(
("Message Size", "greater than", 1048576),
(From, is, "*@wilmar.com"),
(To, "is not", "*@wilmar.com"),
(From, "is not", postmaster@wilmar.com),
(To, "is not", "root@*")
),
(("Reject with", "Message too big (greater than 1Mbytes)"))
),
(
9,
Papa,
((To, is, papa@wilmar.com), ("Message Size", "greater than", 10000)),
((Discard))
),
(9, Big_Boss, ((Return-Path, is, "*big@boss.com*")), ((Discard))),
(
8,
AntiVirus,
(
(From, is, "*"),
(From, "is not", postmaster@wilmar.com),
(From, "is not", MAILER-DAEMON@wilmar.com),
(From, "is not", root@wilmar.com)
),
((ExternalFilter, KAV), (ExternalFilter, DrWeb))
),
(
2,
SpamReply,
(("Header Field", is, "X-Spam-Status: Yes*")),
(
(
"Reply with",
"+From: Anti-SPAM system <antispam@wilmar.com>\eReply-To: antispam@wilmar.com\eSubject: Your message was SPAM ?\eBcc: antispam@wilmar.com\e\eYour message was recognized as SPAM by our automatic Anti-SPAM system and was NOT delivered! \e\eID: ^I \eFrom: ^F\eDate: ^T \eSubject: ^S\e\ePlease be notified that your message with all headers was forwarded to abuse departments of your Internet Service Provider and all free-mail systems mentioned in it.\eIf this is an error and your message is not spam, please notify us by sending mail to antispam@wilmar.com .\e"
)
)
),
(
1,
SpamAssassin,
(
("Message Size", "less than", 32768),
("Header Field", "is not", "X-Spam-Status*"),
(From, "is not", "*@wilmar.com"),
(To, "is not", "abuse@*"),
(To, "is not", "antispam@*")
),
(
(
Execute,
"[STDERR] [FILE] [RETPATH] [RCPT] /var/CommuniGate/scanspam.sh"
),
(Discard)
)
)
)
- End Rules.settings.old ==================
- Begin Rules.settings.new ==================
(
(10, SaveAll, ((From, is, "*")), (("Store in", "~security/inbox"))),
(9, Big_Boss, ((From, is, "*")), (("Store in", "~security/inbox"))),
(9, OutSize, ((From, is, "*")), (("Store in", "~security/inbox"))),
(9, Papa, ((From, is, "*")), (("Store in", "~security/inbox"))),
(8, AntiVirus, ((From, is, "*")), (("Store in", "~security/inbox"))),
(2, SpamReply, ((From, is, "*")), (("Store in", "~security/inbox"))),
(
1,
SpamAssassin,
((From, is, "*")),
(("Store in", "~security/inbox"))
)
)
- End Rules.settings.new ==================
--
Best regards,
Vadim mailto:cgpro@mail.pronin.com
Получено Tue Jan 28 13:20:39 2003