On Thu, 31 Oct 2019, David wrote:

This is precisely what I was trying to say here:

http://lists.pdxlinux.org/pipermail/plug/2019-October/093324.html

David,

I don't think I received that one.

I personally don't believe that permissions are the issue here.

Me neither.

Perhaps if a sanitized version of your .procmail file could be pasted so
we may be able to help you better?

Not sure what to sanitize so I'll post all recipes in ~/.procmailrc. You'll
note that several have multiple formats as I try to find one that works.

MAILDIR=$HOME/mail
DEFAULT=/var/spool/mail/rshepard
ORGMAIL=/var/spool/mail/rshepard
LOGFILE=$PMDIR/log

# Recipes

# Catch SPAM
:0
* ^X-Spam-Flag: YES
* ^X-Spam-Level: \*\*\*\*\*\*
/dev/null

## Call SpamAssassin
:0fw: spamassassin.lock
* < 256000
| spamassassin

## Flagged as SPAM by spamassassin?
:0
* ^X-Spam-Status: Yes
/dev/null

:0:
* ^Subject: *****SPAM*****
/dev/null

:0:
* ^(To|Cc).*twodogs.us
personal

:0:
* ^TO_.*appl-ecosys.com
$DEFAULT

:0;
* ^GRASS-user
spatial-analysis

:0:
* ^List-Id:.*<grass-user\.lists\.osgeo\.org>
spatial-analyses

:0:
* ^(From|Cc|To).*osgeo\.org
spatial-analyses

:0:
* ^(From|Cc|To).*postgresql.org
database

:0:
* ^(From|Cc|To).*gnucash.org
accounting

:0:
* ^(From|Cc|To).*jpilot.org
pda-jpilot

:0:
* ^List-ID:.*<plug.*\.pdxlinux\.org>
PLUG

:0:
* ^(From|Cc|To).*pdxlinux.org
PLUG

:0:
* ^(From|Cc|To).*tug.org
typesetting

:0:
* ^List-Id:.*<python-list\.python\.org>
programming

:0:
* ^sqlalchemy
programming

* ^(From|Cc|To).*sqlite.org
SQL

:0:
* ^(From|Cc|To).*r-project.org
R

:0:
* ^(From|Cc|To).*ethz.ch
R

:0:
* ^(From|Cc|To).*slackbuilds.org
slackware

:0:
* ^(From|Cc|To).*mailman.lug.org.uk
slackware

:0:
* ^(From|Cc|To).*@slackware.com
slackware

:0: * ^(From|Cc|To)taskjuggler-users
office

:0: * ^(From|Cc|To).*postfix.org mailhelp

:0:
* ^(From|Cc|To).*cloud9.net
mailhelp
#EOF

If I correctly recall, messages from grass.osgeo.org, taskjuggler.org,
sqlalchemy, lyx.org, and the Washington Dept of Ecology all end up in
mailhelp, the last on the list.

Log file can be provided, too, if that helps.

Thanks,

Rich
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to