Still haven't figured this out. Any additional guidance would be greatly appreciated.
On Tue, Mar 3, 2015 at 1:25 PM, K Post <[email protected]> wrote: > Hmm, I've always wondered about AllowInternalsInRegex, I've read the > short explanation in the GUI, but still don't quite get it. Is that just > shorthand for matching the domain part or full email address? Even if > AllowInternalsInRegex isn't what will do this, I'd appreciate a little more > detailed explanation on this functionality, maybe with an example. > > > What I'm trying to do is give a negative score to emails where the > recipient userpart say the "redcross" in "[email protected]" is > equal to part of the hostname in the sender, say "redcross" in " > [email protected]" I'd like to assign a negative score so it's more > likely to pass through the filters. > > So find messages where recipient is [[xxxxx]]@ourdomain.org and sender > iss whatever@[[xxxxx]].whatever. I think it needs to be done using a > backreference, but I'm not exactly sure how and I don't know if ASSP would > support it in its regex engine. > > Cheers. > > > > > > On Tue, Mar 3, 2015 at 2:08 AM, Thomas Eckardt <[email protected] > > wrote: > >> AllowInternalsInRegex - is for this. But you need to know the variables! >> >> for example; >> >> $EmailAdrRe >> $EmailDomainRe >> >> Thomas >> >> >> >> >> >> Von: K Post <[email protected]> >> An: ASSP development mailing list <[email protected]> >> Datum: 02.03.2015 16:25 >> Betreff: Re: [Assp-test] Give positive score to mail from a >> specific domain to a regex address >> >> >> >> Is there guidance somewhere on how to use variables in the regex? I know >> we can easily match against a wildcard, but I don't know how to tell a >> test >> to match the domain part of the sender to the user part of the recipient. >> >> On Mon, Mar 2, 2015 at 3:49 AM, Thomas Eckardt >> <[email protected]> >> wrote: >> >> > one way would be 'bombHeaderRe' >> > >> > Thomas >> > >> > >> > >> > >> > >> > Von: K Post <[email protected]> >> > An: ASSP development mailing list <[email protected]> >> > Datum: 01.03.2015 20:51 >> > Betreff: Re: [Assp-test] Give positive score to mail from a >> > specific domain to a regex address >> > >> > >> > >> > thoughts on this would be appreciated. >> > thanks >> > >> > On Thu, Feb 12, 2015 at 10:15 PM, K Post <[email protected]> wrote: >> > >> > > Is there a way to give a positive score to mail that >> > > comes from: <anything>@somedomain.com >> > > that is sent to: [email protected] >> > > to make it less likely that this spam would score to high for looking >> > > bayesian spammy? >> > > >> > > example: >> > > mail to [email protected] from <anything>@paypal.com could get a >> +15 >> > > >> > > >> > > Thanks >> > > >> > >> > >> >> ------------------------------------------------------------------------------ >> > Dive into the World of Parallel Programming The Go Parallel Website, >> > sponsored >> > by Intel and developed in partnership with Slashdot Media, is your hub >> for >> > all >> > things parallel software development, from weekly thought leadership >> blogs >> > to >> > news, videos, case studies, tutorials and more. Take a look and join the >> > conversation now. http://goparallel.sourceforge.net/ >> > _______________________________________________ >> > Assp-test mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/assp-test >> > >> > >> > >> > >> > >> > >> > DISCLAIMER: >> > ******************************************************* >> > This email and any files transmitted with it may be confidential, >> legally >> > privileged and protected in law and are intended solely for the use of >> the >> > >> > individual to whom it is addressed. >> > This email was multiple times scanned for viruses. There should be no >> > known virus in this email! >> > ******************************************************* >> > >> > >> > >> >> ------------------------------------------------------------------------------ >> > Dive into the World of Parallel Programming The Go Parallel Website, >> > sponsored >> > by Intel and developed in partnership with Slashdot Media, is your hub >> for >> > all >> > things parallel software development, from weekly thought leadership >> blogs >> > to >> > news, videos, case studies, tutorials and more. Take a look and join the >> > conversation now. http://goparallel.sourceforge.net/ >> > _______________________________________________ >> > Assp-test mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/assp-test >> > >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for >> all >> things parallel software development, from weekly thought leadership blogs >> to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Assp-test mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/assp-test >> >> >> >> >> >> >> DISCLAIMER: >> ******************************************************* >> This email and any files transmitted with it may be confidential, legally >> privileged and protected in law and are intended solely for the use of the >> >> individual to whom it is addressed. >> This email was multiple times scanned for viruses. There should be no >> known virus in this email! >> ******************************************************* >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >> things parallel software development, from weekly thought leadership >> blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Assp-test mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/assp-test >> > > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
