Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

1 total

procmail recipe non-functioning

SENDMAIL=/usr/sbin/sendmail
LOGFILE=/users/home/quidire/os/logs/procmail.log
:0fhw
|formail -I "To:" -a "To: USER@DOMAIN.TLD"

:0a
!USER@DOMAIN.TLD


Problem fixed, this is the final version.
1 total