看板 FB_questions 關於我們 聯絡資訊
Hi, I try to filter my maillist emails with slieve... but it dosen't work ;( here are my config: require "fileinto"; if address :is ["from", "to"] "owner-freebsd-bugs@freebsd.org" { fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-bugs"; } elsif address :is ["from", "to"] "owner-freebsd-questions@freebsd.org" { fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-questions"; } else { keep; } can anybody help me? thanks, tobi _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"