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"] "[email protected]" { fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-bugs"; } elsif address :is ["from", "to"] "[email protected]" { fileinto "INBOX/Mailinglisten/FreeBSD/freebsd-questions"; } else { keep; } can anybody help me? thanks, tobi _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
