> | Once ASSP becomes fully active, I know that this issue should disappear > | as incoming spam will be limited, but what do I do in the meantime to > | help prevent corrupting the /notspam directory? > > for relayuser in $(cat relayusers-one-per-line-file ) > do > grep -rl $relayuser ./notspam/ > done | xargs rm -f > > just before running rebuildspamdb, this will be fairly quick to run as the > files in notspam will be cached on second and subsequent passes > > Might delete a few extras, but that does not matter
Thanks for the tip, but I don't get this script. From what I read, this will delete all email that contains the addresses of the relay users in the /notspam/ directory. Wouldn't that be pretty much be everyone who can send email through the server? They are all valid ASSP users. Thanks, Eric ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
