Re: Procmail, Spamassassin, and /etc/shadow

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 17 Aug 2006 07:57:17 +0100
Paul Howarth <paul@xxxxxxxxxxxx> wrote:

:How do you call spamassassin from procmail?

In addition to the direct call cited in my previous reply, I have now
unearthed an indirect call via a perl script, as follows:

. . .
open( SPAM, '| spamassassin -e > /dev/null');
print SPAM "$message";
close( SPAM );
. . .

-- Chuck

--
fedora-selinux-list mailing list
fedora-selinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-selinux-list

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux