Displaying 2 results from an estimated 2 matches for "luder".
Did you mean:
louder
2005 Sep 13
4
Remove vector elements from another vector
Hello,
I have two vectors of different lengths. Fx a <- 1:9; b <- c(4, 5).
What is the best way to remove the elements in vector b from vector a so
that the result would be a vector with elements c(1,2,3,6,7,8,9)?
Best regards,
Kalle
_________________________________________________________________
Find masser af gode tilbud p?? MSN Shopping http://shopping.msn.dk/
2009 Dec 10
3
Sieve mails with decoded subject
...used. Here it is again to the correct
mailing list:
Recently I'm getting a ton of porn/viagra/diet/casino spam mails which I
tried to filter with sieve:
if header :contains "Subject" [ "[SPAM]",
"Bett",
"Schlafzimmer",
"Spielen",
"Luder",
"abhenmen",
"poppen",
"Casino",
"Bonus",
"abnehmen",
"Gewinn",
"Potenz" ] {
addflag "\\seen";
fileinto "Spam";
stop;
}
Sadly, this didn't work - taking a closer look upon one of th...