Quote:
Originally Posted by 7thgenCivic.Com
But doesn't vbouncer either 0 out the file or delete it when it's done with? they way you are doing it, would you not get dupes since the real file is not getting truncated?
|
Okay, to be more accurate - I do this once every 24 hours ;
1. Delete the old inbox file from the temp location
2. Move the proper inbox file to the temp location.
3. Process the temp file (I disabled the code that emptied the file).
Any mails after the move simply create a new "proper" inbox, ready to be moved 24 hours later.
Quote:
Originally Posted by tamarian
Would a sym link bypass this restriction?
|
I have no idea what a sym link is.
Quote:
Originally Posted by tamarian
Yes, some settings seem to re-write soem headers. Are you using PHP mail or SMTP? This is usually SMTP. Did you apply the seconf file edit? (It was just added today)
|
PHP Mail, I have not downloaded it since the beginning of the week. However, I got round the problem with a couple of extra lines in the plugin. No file edit needed.