Re: [AS] need help

2004-07-05 Thread cheshirekat

On Mon, Jul 5, 200411:27 AM, the following words from marco osti
[EMAIL PROTECTED], emerged from a plethora of SPAM ...

>I have this script someone here suggested to me (tnx); it's pretty
>fine if it'll open the message window instead of creating the new
>message and place it in out tray as draft. I opened the as
>dictionary of powermail: closed just in time avoiding injury :-(
>
>tell application "PowerMail"
>   activate
>   account "[EMAIL PROTECTED]"
>   make new message with properties {subject:"ordine  #54575", recipient:
>{"name  <[EMAIL PROTECTED]>"}}
>   open message
>end tell
>
>I'm very sorry about this /again-once more/ request but I lost the
>relative messages: which way do you prefer to create/use a template
>message for a daily order? I need to select my relative account
>put the same subject, some address, some signature.

Here is an example:


property subj : "Please read - details inside."
property msgTxt : "Important Information for you."
property rTo : "Mr. Nobody  <[EMAIL PROTECTED]>"
property acct : "Name of the Account"
property fldrN : "Business" -- put the name of your folder choice

tell application "PowerMail"
set the newM to make new message with properties {subject:subj,
content:msgTxt, recipient:rTo, account:acct} at message container fldrN
open the newM
end tell


I think new messages are automatically created in the Out Tray, unless
you tell PowerMail in your script to create the new message in another
message folder. If you delete the "at message container fldrN" part
above, your message will be created in the Out Tray.

To use this script, just change the values/data of the properties at the
top. For instance, the rTo property is the person you are sending the
message to. You can change it to something like, "cheshirekat
<[EMAIL PROTECTED]>" or a list of names like, "cheshirekat
<[EMAIL PROTECTED]>, marco osti <[EMAIL PROTECTED]>"

I don't see the text signatures as a property of a message, so it appears
it isn't possible to add a text signature to messages. I haven't tried to
do so, but if it is possible others will know about it, though it should
be in the dictionary.

HTH

cheshirekat

-- 
Music . . . can name the unnameable and communicate the unknowable. 
- Leonard Bernstein (1918 - 1990) 

* 867 PowerBook G4 * OS X 10.2.8 * 768 MB Ram *




Re: Purge spam from server

2004-07-05 Thread listes

George Slusher <[EMAIL PROTECTED]> wrote:

> POPmonitor lets you filter emails before you download them. It gets the
> headers and first N lines (you can choose N) from the email on the 
> server. (...)

So does PowerMail!
You *can* download only a little part of the mails, which is vastly
sufficient to precisely filter them with SpamSieve.

But I understand this is not the OP question. The OP question was, given
a folder full of (filtered) spams, how to delete those spams on the
server without erasing them in the local spam folder...

Herve

-- 
remove ".listes" and add a dot after fh please
enlevez ".listes" et ajoutez un point après fh




Re: SpamSieve - redirect

2004-07-05 Thread david.gordon

Marlyse Comte wrote on 05.07.04 at 10:48 -0500

>the redirect should not be in the general spamsieve rule but in the 'move
>if spam' script instead.

Er, yes, I'd worked that out. ;) Not being an AppleScript expert I was
hoping someone could give me a clue as what to add to the script.

Please please! It'll take me a week to work it all out by myself.

Thank you

-- 
david.gordon




Re: Purge spam from server

2004-07-05 Thread George Slusher


On Jul 4, 2004, at 11:01 AM, Victor Eijkhout wrote:

> I'd like to leave mail on the server so that I can read it with webmail
> if I'm away from home. That means I would like to delete spam on the
> server. But just to be safe, at home I only move spam to the spam 
> folder,
> I don't delete it. In other words, deleting on the server when deleted
> from PM is not an option.
>
> That's not possible, what I want, right?

There is an application that will let you do this: POPmonitor.  See:

http://www.vechtwijk.nl/dev/popmonitor/

http://www.versiontracker.com/dyn/moreinfo/macosx/11205

POPmonitor lets you filter emails before you download them. It gets the 
headers and first N lines (you can choose N) from the email on the 
server. It has a fairly simple spam filter that will either internally 
mark suspicious emails or delete them automatically. I've chosen to 
have POPmonitor mark the emails, as there are some mistakes (e.g., 
commercial email that I want). I then choose which to delete from the 
server. This takes a few seconds before I retrieve the emails onto my 
iMac. In your situation, this would let you delete the ones you don't 
want, then you can have PowerMail leave the emails it retrieves on the 
server.

POPmonitor isn't a competitor for PowerMail, as it's not an email 
client: you can't reply to emails with it, it doesn't store emails, 
etc.

George Slusher
Eugene, OR




Re: SpamSieve - redirect

2004-07-05 Thread Andy Fragen

*This message was transferred with a trial version of CommuniGate(tm) Pro*
Oops. I didn't notice that you're not using PM 5. You can't filter off a
label. Sorry.

-- 
Andy Fragen

On Mon, Jul 5, 2004, david.gordon said:

>PM 4.2.1 - OS X 10.2.8




Re: SpamSieve - redirect

2004-07-05 Thread Andy Fragen

*This message was transferred with a trial version of CommuniGate(tm) Pro*
What I did was to make the "SpamSieve: actions" also label spam [label 7]
then in a later filter I run any other actions based upon a labeled message.

-- 
Andy Fragen

On Mon, Jul 5, 2004, david.gordon said:

>I have a spam filter on my server which deals with 99% of all known
>germs. SpamSieve catches the last 1%. I usually redirect any spam back to
>the mail server where its added to the filters.
>
>I want to automatically redirect any spam. I added a line to my SpamSieve
>rule but I ended up redirecting _all_ my mail Perhaps a I need to add
>something to my "SpamSieve - Move If Spam" script?
>
>I want SpamSieve to carry on moving spam to the spam folder plus I also
>want those messages redirected to [EMAIL PROTECTED]
>
>PM 4.2.1 - OS X 10.2.8
>
>Thanks
>
>-- 
>david.gordon
>
>




Re: SpamSieve - redirect

2004-07-05 Thread Marlyse Comte

the redirect should not be in the general spamsieve rule but in the 'move
if spam' script instead.

---marlyse

 former message(s) quotes: -

>I want to automatically redirect any spam. I added a line to my SpamSieve
>rule but I ended up redirecting _all_ my mail Perhaps a I need to add
>something to my "SpamSieve - Move If Spam" script?




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Andy Fragen

*This message was transferred with a trial version of CommuniGate(tm) Pro*
I think this is the standard AppleScript message that appears if you try
to run a script and the script doesn't know where the application is located.

When this happened to me I opened the PowerMail Additions folder, opened
the "SpamSieve - evaluate" script and ran it from the Script Editor. The
problem then went away.

-- 
Andy Fragen

On Tue, Jul 6, 2004, Matthias Schmidt said:

>What would interest me, what makes this massage appear.
>Obviously some people have that problem, and a lot of people don't.
>So there must be some difference.




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Matthias Schmidt

I don't think this is really necessary.

With my PowerBook I had never a problem with SpamSieve.
On the old Ti it helped, what I wrote before.
The question where is SpamSieve never appeared again.

What would interest me, what makes this massage appear.
Obviously some people have that problem, and a lot of people don't.
So there must be some difference.

All the best

Matthias

---
schmidt-systemdevelopment
http://www.schmidt-system.com
iChat/AIM: MatKoyasan
Tel. +31-736-56-3905
---
Am/On Mon, 5 Jul 2004 16:43:32 +0200 schrieb/wrote Rene Merz:

>Am 5.7.2004 hat [EMAIL PROTECTED] geschrieben:
>
>>>these things usulay work:
>>>make sure zou have only one copy of SpamSieve on your hard drive
>>>make sure this copy is in the application folder.
>>>
>>
>>Thank you.  I had spam sieve as a subfolder in the PowerMail folder.
>>Moving it to its own location in the application folder solved the problem.
>
>It helps perhaps for a little while only.
>With one of the next start-up you'll will get the same question again:
>"Where is SpamSieve".
>
>What REALLY helps is:
>Shut down SpamSieve (and PowerMail).
>Erase the file:
>user/Library/Preferences/com.c-command.SpamSieve.plist
>And the folder
>user/Library/Preferences/Application Support/SpamSieve
>
>Restart SpamSieve. You need to declare the Serial Number again! (Menu
>SpamSieve: Purchase: Name & Serial Number)
>Renew the preferences (Menu SpamSieve: Preferences).
>Shutdown SpamSieve.
>
>Restart PowerMail.
>Go there to the folder Spam. Activate all Spam-Mails at once (Command +
>A) and mark all this mails as Spam (even if they are marked as Spam
>allready) --- now SpamSieve will open in the background and learn again
>your Spam-marks.
>
>That's it.
>From now SpamSieve will open in the background as it did with PM 5.0
>




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Rene Merz

Am 5.7.2004 hat [EMAIL PROTECTED] geschrieben:

>>these things usulay work:
>>make sure zou have only one copy of SpamSieve on your hard drive
>>make sure this copy is in the application folder.
>>
>
>Thank you.  I had spam sieve as a subfolder in the PowerMail folder.
>Moving it to its own location in the application folder solved the problem.

It helps perhaps for a little while only.
With one of the next start-up you'll will get the same question again:
"Where is SpamSieve".

What REALLY helps is:
Shut down SpamSieve (and PowerMail).
Erase the file:
user/Library/Preferences/com.c-command.SpamSieve.plist
And the folder
user/Library/Preferences/Application Support/SpamSieve

Restart SpamSieve. You need to declare the Serial Number again! (Menu
SpamSieve: Purchase: Name & Serial Number)
Renew the preferences (Menu SpamSieve: Preferences).
Shutdown SpamSieve.

Restart PowerMail.
Go there to the folder Spam. Activate all Spam-Mails at once (Command +
A) and mark all this mails as Spam (even if they are marked as Spam
allready) --- now SpamSieve will open in the background and learn again
your Spam-marks.

That's it.
From now SpamSieve will open in the background as it did with PM 5.0




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Rene Merz

Am 5.7.2004 hat [EMAIL PROTECTED] geschrieben:

>these things usulay work:
>make sure zou have only one copy of SpamSieve on your hard drive
>make sure this copy is in the application folder.
>
>if this doesn't work, clear the System Cash with some Tool like Yasu or
>Cocktail 

I did so too (with OnyX), but it didn't help at all.
Problem persits.




Re(2): PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Kathleen Lewis

On Mon, 5 Jul 2004 10:40:29 +0900 Matthias Schmidt wrote:

>these things usulay work:
>make sure zou have only one copy of SpamSieve on your hard drive
>make sure this copy is in the application folder.
>

Thank you.  I had spam sieve as a subfolder in the PowerMail folder. 
Moving it to its own location in the application folder solved the problem.

Kathleen




SpamSieve - redirect

2004-07-05 Thread david.gordon

I have a spam filter on my server which deals with 99% of all known
germs. SpamSieve catches the last 1%. I usually redirect any spam back to
the mail server where its added to the filters.

I want to automatically redirect any spam. I added a line to my SpamSieve
rule but I ended up redirecting _all_ my mail Perhaps a I need to add
something to my "SpamSieve - Move If Spam" script?

I want SpamSieve to carry on moving spam to the spam folder plus I also
want those messages redirected to [EMAIL PROTECTED]

PM 4.2.1 - OS X 10.2.8

Thanks

-- 
david.gordon




[AS] need help

2004-07-05 Thread marco osti

I have this script someone here suggested to me (tnx); it's pretty
fine if it'll open the message window instead of creating the new
message and place it in out tray as draft. I opened the as
dictionary of powermail: closed just in time avoiding injury :-(

tell application "PowerMail"
activate
account "[EMAIL PROTECTED]"
make new message with properties {subject:"ordine  #54575", recipient:
{"name  <[EMAIL PROTECTED]>"}}
open message
end tell

I'm very sorry about this /again-once more/ request but I lost the
relative messages: which way do you prefer to create/use a template
message for a daily order? I need to select my relative account
put the same subject, some address, some signature.
-- 

   >  marco  <




Re: more html issues

2004-07-05 Thread matt haines

>Mail client choices are pretty specific to each individual. What's good
>for one may not be good for the next, and I'm just glad we have all the
>choices we do have on the Mac platform.

you know what? you're absolutely right! CTM didn't make it clear (at
least i didn't catch on right away) that they were aiming for the non-
HTML crowd. so i had certain expectations that haven't quite panned out.
however, i've since stumbled across Thunderbird and it looks like a keeper.

thanks everyone for your input! 




Re: database corruption issues?

2004-07-05 Thread Matthias Schmidt

I never lost any data, although I'm crashing my computer regularly due to
my programming work.
PowerMail works very reliable for me since I changed from Eudora to
PowerMail with version 3.

All the best

Matthias

---
schmidt-systemdevelopment
http://www.schmidt-system.com
iChat/AIM: MatKoyasan
Tel. +31-736-56-3905
---
Am/On Mon, 5 Jul 2004 02:37:36 +0200 schrieb/wrote Mikael Bystr?m:

>Dr, [EMAIL PROTECTED] said:
>
>>Have you lost data? 
>I only lost data when I was fetching messages and the (now defunct) CPU
>halted due to heat problems. The DB wouldn't recover after that. The DB
>do have survived a few crashed while fetching, so I think my first
>experienc was on the extreme side.
>>in order for me to commit to a new tool as important as an email client,
>>the database integrity must be absolutely solid
>
>I think there is no such thing as "absolutely solid" in the real world.
>But PM do seem reasonably solid to me. I have 100 000+ messages, many of
>them imported from Emailer. 
>I had many problems initially with importing due to international chars
>inside of messages. US ASCII went in perfectly when I used a reworked
>Shapiro script in Emailer for Export to Eudora mailbox format and then
>straight import to PM.
>
>PM 5.0 | OS X 10.3.4 | Powerbook G4/400 | 768 MB RAM | 30 GB HD
>




Re: PM5.01 doesn't remember where spamsieve is

2004-07-05 Thread Matthias Schmidt

these things usulay work:
make sure zou have only one copy of SpamSieve on your hard drive
make sure this copy is in the application folder.

if this doesn't work, clear the System Cash with some Tool like Yasu or
Cocktail 

All the best

Matthias

---
schmidt-systemdevelopment
http://www.schmidt-system.com
iChat/AIM: MatKoyasan
Tel. +31-736-56-3905
---
Am/On Sun, 4 Jul 2004 14:41:01 +0200 schrieb/wrote Kathleen Lewis:

>Why does PM5.01 ask "Where is SpamSieve.app" on every start up?  It never
>did that with PM5.0.
>
>Kathleen
>




Re: database corruption issues?

2004-07-05 Thread Mikael Bystr

Dr, [EMAIL PROTECTED] said:

>Have you lost data? 
I only lost data when I was fetching messages and the (now defunct) CPU
halted due to heat problems. The DB wouldn't recover after that. The DB
do have survived a few crashed while fetching, so I think my first
experienc was on the extreme side.
>in order for me to commit to a new tool as important as an email client,
>the database integrity must be absolutely solid

I think there is no such thing as "absolutely solid" in the real world.
But PM do seem reasonably solid to me. I have 100 000+ messages, many of
them imported from Emailer. 
I had many problems initially with importing due to international chars
inside of messages. US ASCII went in perfectly when I used a reworked
Shapiro script in Emailer for Export to Eudora mailbox format and then
straight import to PM.

PM 5.0 | OS X 10.3.4 | Powerbook G4/400 | 768 MB RAM | 30 GB HD